diff --git a/debian/control b/debian/control index 7c328e6..b7a4584 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.1 Package: yandex-tank Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, phantom (=0.14.0~pre65load2nmu) +Depends: ${misc:Depends}, ${python:Depends}, phantom (=0.14.0~pre65load2nmu), phantom-ssl(=0.14.0~pre65load2nmu) Conflicts: yandex-load-tank-base Description: a performance measurement tool diff --git a/debian/rules b/debian/rules index 4638566..ed6b77c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # This file was automatically generated by stdeb 0.6.0+git at -# Tue, 24 Mar 2015 17:16:46 +0300 +# Tue, 24 Mar 2015 19:43:10 +0300 %: dh $@ --with python2 --buildsystem=python_distutils diff --git a/setup.py b/setup.py index d1017e8..057a2c7 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,6 @@ analytic tools for the results they produce. 'psutil', 'ipaddr', 'progressbar', - 'importlib', ], license='LGPLv2', classifiers=[ diff --git a/stdeb.cfg b/stdeb.cfg index 41bc5b2..eafba07 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,4 +1,4 @@ [DEFAULT] Package = yandex-tank -Depends = phantom (=0.14.0~pre65load2nmu) +Depends = phantom (=0.14.0~pre65load2nmu), phantom-ssl(=0.14.0~pre65load2nmu) Conflicts = yandex-load-tank-base