[sasview] 01/03: remove python3 Build-Depends

Drew Parsons dparsons at moszumanska.debian.org
Mon Oct 30 07:41:02 UTC 2017


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

dparsons pushed a commit to branch master
in repository sasview.

commit 2fb345e6f1dcdbade969a19ba03b599359d7a45b
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Oct 30 15:12:02 2017 +0800

    remove python3 Build-Depends
    
    If
      Build-Depends: python3-all, python3-setuptools
    is present then dh (dh_auto_configure, pybuild) invokes a python3
    configuration, even if dh --with python3 is absent.  Which breaks the
    build since sasview (setup.py) is not yet ported to python3.
    
    cf. bug#880160
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 91e985e..adf04f4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Drew Parsons <dparsons at debian.org>, Stuart Prescott <stuart at debian.org>
 Build-Depends: debhelper (>= 10), dh-python,
-    python-all, python-setuptools,
-    python3-all, python3-setuptools
+    python-all, python-setuptools
 Standards-Version: 4.1.1
 Homepage: http://www.sasview.org/
 X-Python-Version: >= 2.6

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sasview.git



More information about the debian-science-commits mailing list