[Python-modules-commits] [python-xlrd] 07/09: d/control: build-depends on python{, 3}-setuptools

Vincent Bernat bernat at moszumanska.debian.org
Sun Jul 3 18:22:03 UTC 2016


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

bernat pushed a commit to branch master
in repository python-xlrd.

commit bc7bbdacc7f06719ad07aa0aa282372d5f1c431b
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sun Jul 3 20:04:27 2016 +0200

    d/control: build-depends on python{,3}-setuptools
---
 debian/changelog | 1 +
 debian/control   | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e31a0f1..2371749 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ python-xlrd (1.0.0-1) UNRELEASED; urgency=medium
   * d/patches: remove disable-non-working-tests.patch (needed files are
     now provided).
   * d/control: bump Standards-Version.
+  * d/control: build-depends on python{,3}-setuptools.
 
  -- Vincent Bernat <bernat at debian.org>  Sun, 03 Jul 2016 19:53:02 +0200
 
diff --git a/debian/control b/debian/control
index dcd2408..df77113 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Vincent Bernat <bernat at debian.org>
 Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), dh-python,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-setuptools, python3-setuptools,
                python-all (>= 2.6.6-3~), python3-all
 Homepage: http://www.python-excel.org/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-xlrd.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-xlrd.git



More information about the Python-modules-commits mailing list