Projet

Général

Profil

0001-add-pytz-dependency-26992.patch

Emmanuel Cazenave, 12 octobre 2018 15:51

Télécharger (1,19 ko)

Voir les différences:

Subject: [PATCH 1/2] add pytz dependency (#26992)

 debian/control | 2 ++
 setup.py       | 1 +
 2 files changed, 3 insertions(+)
debian/control
10 10
               python-setuptools (>= 0.6b3),
11 11
               python-six,
12 12
               python-mock,
13
               python-tz,
13 14
               python3-all,
14 15
               python3-crypto,
15 16
               python3-pytest,
......
17 18
               python3-setuptools,
18 19
               python3-six,
19 20
               python3-mock
21
               python3-tz
20 22
Standards-Version: 3.9.1
21 23
X-Python-Version: >= 2.7
22 24
X-Python3-Version: >= 3.4
setup.py
106 106
    packages=['eopayment'],
107 107
    install_requires=[
108 108
        'pycrypto >= 2.5',
109
        'pytz',
109 110
        'requests',
110 111
        'six',
111 112
    ],
112
-