[Python-modules-commits] r33648 - in packages/mongomock/trunk/debian (control)
reazem-guest at users.alioth.debian.org
reazem-guest at users.alioth.debian.org
Fri Aug 7 14:18:00 UTC 2015
Date: Friday, August 7, 2015 @ 14:18:00
Author: reazem-guest
Revision: 33648
Added missing six dependency
Modified:
packages/mongomock/trunk/debian/control
Modified: packages/mongomock/trunk/debian/control
===================================================================
--- packages/mongomock/trunk/debian/control 2015-08-07 14:13:42 UTC (rev 33647)
+++ packages/mongomock/trunk/debian/control 2015-08-07 14:18:00 UTC (rev 33648)
@@ -11,8 +11,10 @@
python3-setuptools,
Build-Depends-Indep: python-nose,
python-pymongo,
+ python-six,
python3-nose,
- python3-pymongo
+ python3-pymongo,
+ python3-six
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/mongomock/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/mongomock/trunk/
@@ -22,7 +24,8 @@
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
- python-pymongo
+ python-pymongo,
+ python-six
Description: library for mocking pymongo collection objects for testing purposes
Mongomock is a small library to help testing Python code that interacts with
MongoDB via Pymongo. MongoDB is complex. This library aims at a reasonably complete
@@ -34,7 +37,8 @@
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
- python3-pymongo
+ python3-pymongo,
+ python3-six
Description: library for mocking pymongo collection objects for testing purposes
Mongomock is a small library to help testing Python code that interacts with
MongoDB via Pymongo. MongoDB is complex. This library aims at a reasonably complete
More information about the Python-modules-commits
mailing list