From: Thomas Goirand Date: Fri, 24 Apr 2015 08:30:36 +0000 (+0200) Subject: Added pymongo as build-depends. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3f1bf2b2b473518e8c34aecd8ac6cc96986669fb;p=packages%2Ftrusty%2Fpython-pysaml2.git Added pymongo as build-depends. Rewritten-From: e5cfa0ee23638ec167aa1ffec16834a881b40962 --- diff --git a/debian/control b/debian/control index c9297d7..2606636 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends-Indep: python-crypto, python-decorator, python-mako, python-memcache, + python-pymongo, python-openssl, python-paste, python-pyasn1, @@ -28,6 +29,7 @@ Build-Depends-Indep: python-crypto, python3-decorator, python3-mako, python3-memcache, + python3-pymongo, python3-openssl, python3-paste, python3-pyasn1,