File: allow-any-pytz-version.patch

package info (click to toggle)
python-oslo.utils 3.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 660 kB
  • ctags: 797
  • sloc: python: 4,585; makefile: 24
file content (18 lines) | stat: -rw-r--r-- 527 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Allow any version of pytz.
 Debian pytz package (ie: python-tz) is heavily patched and up-to-date, there's
 no reason why we should require such a high version.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2015-09-04

--- a/requirements.txt
+++ b/requirements.txt
@@ -13,7 +13,7 @@
 iso8601>=0.1.11 # MIT
 oslo.i18n>=2.1.0 # Apache-2.0
 monotonic>=0.6 # Apache-2.0
-pytz>=2013.6 # MIT
+pytz
 netaddr!=0.7.16,>=0.7.12 # BSD
 netifaces>=0.10.4 # MIT
 debtcollector>=1.2.0 # Apache-2.0