[med-svn] [python-avro] 03/07: Build-depend on python{3, }-all rather than simply python{3, }

Afif Elghraoui afif-guest at moszumanska.debian.org
Sun Oct 18 07:03:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

afif-guest pushed a commit to branch master
in repository python-avro.

commit 770f0a8ea3335c007a102fa45c0210719351743e
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sat Oct 17 16:56:59 2015 -0700

    Build-depend on python{3,}-all rather than simply python{3,}
    
    The -all is needed to use all supported python2/3 versions.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index eaa8fae..ccf7a6d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@ Uploaders: Afif Elghraoui <afif at ghraoui.name>
 Build-Depends:
 	debhelper (>= 9),
 	dh-python,
-	python,
+	python-all,
 	python-setuptools,
-	python3,
+	python3-all,
 	python3-setuptools
 Standards-Version: 3.9.6
 Homepage: http://avro.apache.org

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-avro.git



More information about the debian-med-commit mailing list