[Debian-astro-commits] [python-astropy] 01/01: Qualify dependency on python-ply >= 3.5

Leo Singer lsinger-guest at moszumanska.debian.org
Tue Apr 11 22:37:41 UTC 2017


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

lsinger-guest pushed a commit to branch master
in repository python-astropy.

commit e5947070ea719a205178984cb81f836b82faf24f
Author: Leo Singer <leo.singer at ligo.org>
Date:   Sun Apr 9 10:15:49 2017 -0400

    Qualify dependency on python-ply >= 3.5
    
    python-astropy uses the character literal actions feature that was
    added in ply 3.5.
    
    Discovered while rebuilding python-astropy for jessie-backports.
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 8ee3631..e4d6ba3 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: cython,
                python-matplotlib,
                python-nose,
                python-numpy (>= 1.4),
-               python-ply,
+               python-ply (>= 3.5),
                python-pytest (>= 2.7.0),
                python-pytest-mpl,
                python-scipy,
@@ -35,7 +35,7 @@ Build-Depends: cython,
                python3-matplotlib,
                python3-nose,
                python3-numpy (>= 1:1.6.2),
-               python3-ply,
+               python3-ply (>= 3.5),
                python3-pytest (>= 2.7.0),
                python3-pytest-mpl,
                python3-scipy,
@@ -54,7 +54,7 @@ X-Python3-Version: >= 3.2
 Package: python-astropy
 Architecture: any
 Depends: python-configobj,
-         python-ply,
+         python-ply (>= 3.5),
          python-pytest (>= 2.7.0),
          python-six (>= 1.10.0),
          ${misc:Depends},
@@ -81,7 +81,7 @@ Description: Core functionality for performing astrophysics with Python
 Package: python3-astropy
 Architecture: any
 Depends: python3-configobj,
-         python3-ply,
+         python3-ply (>= 3.5),
          python3-pytest (>= 2.7.0),
          python3-six (>= 1.10.0),
          ${misc:Depends},

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



More information about the Debian-astro-commits mailing list