1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix pytz version in requirements.txt
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2015-12-04
Index: deb-python-pycadf/requirements.txt
===================================================================
--- deb-python-pycadf.orig/requirements.txt
+++ deb-python-pycadf/requirements.txt
@@ -3,6 +3,6 @@
# process, which may cause wedges in the gate later.
oslo.config>=3.14.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
-pytz>=2013.6 # MIT
+pytz
six>=1.9.0 # MIT
debtcollector>=1.2.0 # Apache-2.0
|