summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 95fd125..14f03fb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,14 @@ Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
Thomas Goirand <zigo@debian.org>,
Ghe Rivero <ghe.rivero@stackops.com>,
Mehdi Abaakouk <sileht@sileht.net>
-Build-Depends: debhelper (>= 9), python-dev (>=2.6.6-3~), openstack-pkg-tools
+Build-Depends: debhelper (>= 9), python-all (>=2.6.6-3~), openstack-pkg-tools
Standards-Version: 3.9.4
Homepage: https://github.com/rbarrois/factory_boy
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/factory-boy.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/factory-boy.git
Package: python-factory-boy
-Architecture: any
+Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
Description: test fixtures replacement based on thoughtbot's factory_girl for Ruby