[Debian-astro-commits] [python-pyds9] 02/02: Add python-six to dependencies to fix CI failure

Ole Streicher olebole at moszumanska.debian.org
Tue Oct 27 10:44:18 UTC 2015


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

olebole pushed a commit to branch debian
in repository python-pyds9.

commit a935f92c4b6543bda3fc9b41805d5359c114f8e0
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Oct 27 11:45:22 2015 +0100

    Add python-six to dependencies to fix CI failure
---
 debian/changelog |  6 ++++++
 debian/control   | 16 ++++++++++++----
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 96981fd..12539f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-pyds9 (1.8-2) UNRELEASED; urgency=low
+
+  * Add python-six to dependencies to fix CI failure
+
+ -- Ole Streicher <olebole at debian.org>  Tue, 27 Oct 2015 11:44:34 +0100
+
 python-pyds9 (1.8-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index cfa06e1..186b08b 100644
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,12 @@ X-Python3-Version: >= 3.3
 
 Package: python-pyds9
 Architecture: all
-Depends: xpa-tools, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Recommends: python-astropy, python-numpy, saods9
+Depends: python-six,
+         xpa-tools,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+Recommends: python-astropy | python-pyfits, python-numpy, saods9
 Description: Communication with the ds9 image display program (Python-2)
  The XPA messaging system provides seamless communication between many kinds
  of Unix programs, including Tcl/Tk programs such as ds9. The pyds9 module
@@ -32,8 +36,12 @@ Description: Communication with the ds9 image display program (Python-2)
 
 Package: python3-pyds9
 Architecture: all
-Depends: xpa-tools, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
-Recommends: python3-astropy, python3-numpy, saods9
+Depends: python-six,
+         xpa-tools,
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
+Recommends: python3-astropy | python3-pyfits, python3-numpy, saods9
 Description: Communication with the ds9 image display program (Python-3)
  The XPA messaging system provides seamless communication between many kinds
  of Unix programs, including Tcl/Tk programs such as ds9. The pyds9 module

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



More information about the Debian-astro-commits mailing list