mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
Removed importlib from dependences
This commit is contained in:
parent
1f86d5f647
commit
d6aeb5e735
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
1
setup.py
1
setup.py
@ -20,7 +20,6 @@ analytic tools for the results they produce.
|
||||
'psutil',
|
||||
'ipaddr',
|
||||
'progressbar',
|
||||
'importlib',
|
||||
],
|
||||
license='LGPLv2',
|
||||
classifiers=[
|
||||
|
Loading…
Reference in New Issue
Block a user