diff options
author | Thomas Goirand <thomas@goirand.fr> | 2014-05-03 22:59:09 +0800 |
---|---|---|
committer | Thomas Goirand <thomas@goirand.fr> | 2014-05-03 22:59:09 +0800 |
commit | eaaafd5e28b2c5cb1186665819b176fc373cc549 (patch) | |
tree | 4db9f15aed43038fec696c845c8d85b285534894 | |
parent | 1073f2ae50fb0999712b6744b082f7424e4490c3 (diff) | |
download | factory-boy-eaaafd5e28b2c5cb1186665819b176fc373cc549.tar factory-boy-eaaafd5e28b2c5cb1186665819b176fc373cc549.tar.gz |
Added mock and unittest2 as build-deps
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 14f03fb..778fa5d 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Uploaders: Loic Dachary (OuoU) <loic@debian.org>, Ghe Rivero <ghe.rivero@stackops.com>, Mehdi Abaakouk <sileht@sileht.net> Build-Depends: debhelper (>= 9), python-all (>=2.6.6-3~), openstack-pkg-tools +Build-Depends-Indep: python-mock, python-unittest2 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 |