misc: use django.utils.six (#35368)

This commit is contained in:
Frédéric Péters 2019-08-12 13:58:48 +02:00
parent 6583fa518f
commit 4c39a9d35f
3 changed files with 2 additions and 5 deletions

3
debian/control vendored
View File

@ -20,8 +20,7 @@ Depends: ${misc:Depends},
python-prometheus-client,
python-djangorestframework,
python-dnspython,
python-systemd,
python-six
python-systemd
Recommends:
python-gadjo,
python-django-mellon (>= 1.2.22.26),

View File

@ -1,8 +1,7 @@
from six.moves.urllib.parse import urlparse
from django.conf import settings
from django.core.urlresolvers import reverse
from django.db import connection
from django.utils.six.moves.urllib.parse import urlparse
from hobo.middleware.utils import StoreRequestMiddleware

View File

@ -52,7 +52,6 @@ deps:
httmock
requests
pytest-freezegun
six
commands =
./getlasso.sh
hobo: py.test {env:COVERAGE:} {env:NOMIGRATIONS:} {posargs:tests/}