[sagenb] 167/179: Also limit the range for pytz

felix salfelder felix-guest at moszumanska.debian.org
Tue May 6 12:05:24 UTC 2014


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

felix-guest pushed a commit to branch master
in repository sagenb.

commit 95ad065d6dcd3dcfacc2d8313e627fe282f91f00
Author: Punarbasu Purkayastha <ppurka at gmail.com>
Date:   Wed Dec 25 16:27:00 2013 +0800

    Also limit the range for pytz
    
    Newer versions break sage -t src/sage/all.py on Mac OSX
---
 util/fetch_deps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/fetch_deps.py b/util/fetch_deps.py
index b8c94ac..c0f68e0 100644
--- a/util/fetch_deps.py
+++ b/util/fetch_deps.py
@@ -10,7 +10,7 @@ need not be run independently.
 # TODO: Automatically generate this (using distribute internals ?)
 required_packages = [ 'zope.interface'
                     , 'twisted>=11.0.0'
-                    , 'pytz>=2011n'
+                    , 'pytz >=2011n, <=2013b'
                     , 'Babel>=0.9.6'
                     , 'Werkzeug>=0.8.2'
                     , 'speaklater>=1.2'

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



More information about the debian-science-commits mailing list