deb-ironic/debian/patches/allow-any-pytz-version.patch

17 lines
474 B
Diff

Description: Allow any pytz version
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2016-06-30
--- ironic-6.0.0.orig/requirements.txt
+++ ironic-6.0.0/requirements.txt
@@ -15,7 +15,7 @@ python-glanceclient>=2.0.0 # Apache-2.0
keystoneauth1>=2.10.0 # Apache-2.0
ironic-lib>=2.0.0 # Apache-2.0
python-swiftclient>=2.2.0 # Apache-2.0
-pytz>=2013.6 # MIT
+pytz
stevedore>=1.16.0 # Apache-2.0
pysendfile>=2.0.0 # MIT
websockify>=0.8.0 # LGPLv3