Removed importlib from dependences

This commit is contained in:
Andrei Sekretenko 2015-03-24 19:49:52 +03:00
parent 1f86d5f647
commit d6aeb5e735
4 changed files with 3 additions and 4 deletions

2
debian/control vendored
View File

@ -7,7 +7,7 @@ Standards-Version: 3.9.1
Package: yandex-tank Package: yandex-tank
Architecture: all 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 Conflicts: yandex-load-tank-base
Description: a performance measurement tool Description: a performance measurement tool

2
debian/rules vendored
View File

@ -1,7 +1,7 @@
#!/usr/bin/make -f #!/usr/bin/make -f
# This file was automatically generated by stdeb 0.6.0+git at # 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 dh $@ --with python2 --buildsystem=python_distutils

View File

@ -20,7 +20,6 @@ analytic tools for the results they produce.
'psutil', 'psutil',
'ipaddr', 'ipaddr',
'progressbar', 'progressbar',
'importlib',
], ],
license='LGPLv2', license='LGPLv2',
classifiers=[ classifiers=[

View File

@ -1,4 +1,4 @@
[DEFAULT] [DEFAULT]
Package = yandex-tank 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 Conflicts = yandex-load-tank-base