File: fix-pytz-version-in-requirements.txt.patch

package info (click to toggle)
python-pycadf 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 652 kB
  • ctags: 351
  • sloc: python: 1,389; makefile: 191
file content (17 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
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