Projet

Général

Profil

0001-declare-dnspython-dependency-in-setup.py-32471.patch

Emmanuel Cazenave, 18 avril 2019 19:11

Télécharger (967 octets)

Voir les différences:

Subject: [PATCH] declare dnspython dependency in setup.py (#32471)

 setup.py | 1 +
 tox.ini  | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
setup.py
111 111
        'django-tenant-schemas',
112 112
        'prometheus_client',
113 113
        'djangorestframework>=3.1, <3.7',
114
        'dnspython'
114 115
    ],
115 116
    zip_safe=False,
116 117
    cmdclass={
tox.ini
55 55
	http://git.entrouvert.org/debian/django-tenant-schemas.git/snapshot/django-tenant-schemas-master.tar.gz
56 56
	httmock
57 57
	requests
58
	dnspython
59 58
commands =
60 59
	./getlasso.sh
61 60
	hobo: py.test {env:COVERAGE:} {env:NOMIGRATIONS:} {posargs:tests/}
62
-