From ed2037672934b0936cb1c4b3a82cfafb6962f501 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 31 Jul 2015 08:54:15 +0000 Subject: [PATCH] build-deps for Python 3 Rewritten-From: 253946a0165f73eb4e9b0f6d029f9af85888f973 --- debian/control | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index c860ac0..cc7fc7f 100644 --- a/debian/control +++ b/debian/control @@ -8,23 +8,37 @@ Build-Depends: debhelper (>= 9), python-all, python-setuptools, python-sphinx, - python3-all (>= 3.4), + python3-all, python3-setuptools, Build-Depends-Indep: python-crypto, python-dateutil, python-decorator, python-mako, python-memcache, - python-pymongo, python-openssl, python-paste, python-pyasn1, + python-pymongo, python-pytest, python-repoze.who, python-requests, python-tz, python-zope.interface, - xmlsec1 + python3-crypto, + python3-dateutil, + python3-decorator, + python3-mako, + python3-memcache, + python3-openssl, + python3-paste, + python3-pyasn1, + python3-pymongo, + python3-pytest, + python3-repoze.who, + python3-requests, + python3-tz, + python3-zope.interface, + xmlsec1, Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-pysaml2.git Vcs-Git: git://anonscm.debian.org/openstack/python-pysaml2.git -- 2.45.2