From f868455a91a04e21261be2f6b5ce9e1ac3f78f9e Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Fri, 12 Oct 2018 15:33:47 +0200 Subject: [PATCH 1/2] add pytz dependency (#26992) --- debian/control | 2 ++ setup.py | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/control b/debian/control index cec5836..59d6589 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9), python-setuptools (>= 0.6b3), python-six, python-mock, + python-tz, python3-all, python3-crypto, python3-pytest, @@ -17,6 +18,7 @@ Build-Depends: debhelper (>= 9), python3-setuptools, python3-six, python3-mock + python3-tz Standards-Version: 3.9.1 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.4 diff --git a/setup.py b/setup.py index c6dc3f0..0c8fa63 100755 --- a/setup.py +++ b/setup.py @@ -106,6 +106,7 @@ setuptools.setup( packages=['eopayment'], install_requires=[ 'pycrypto >= 2.5', + 'pytz', 'requests', 'six', ], -- 2.19.1