From f3eb098270c61e2fb1582ad2b499f5f2f93c3267 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 3 May 2014 17:00:51 +0000 Subject: Added missing python-setuptools build-depends. --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 032326f..32d7ab6 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,10 @@ Uploaders: Loic Dachary (OuoU) , Thomas Goirand , Ghe Rivero , Mehdi Abaakouk -Build-Depends: debhelper (>= 9), python-all (>=2.6.6-3~), openstack-pkg-tools +Build-Depends: debhelper (>= 9), + openstack-pkg-tools, + python-all (>=2.6.6-3~), + python-setuptools Build-Depends-Indep: python-mock, python-unittest2 Standards-Version: 3.9.5 Homepage: https://github.com/rbarrois/factory_boy @@ -17,7 +20,7 @@ Vcs-Git: git://anonscm.debian.org/openstack/factory-boy.git Package: python-factory-boy Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, +Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: test fixtures replacement based on thoughtbot's factory_girl for Ruby factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like factory_girl it has a straightforward definition syntax, support for multiple -- cgit v1.2.3