remove progressbar from deps

This commit is contained in:
Alexey Lavrenuke 2016-03-16 12:15:17 +03:00
parent ff0b68e331
commit 13950e7f1b
3 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@ pkgdesc='Performance measurement tool'
arch=('any') arch=('any')
url='https://github.com/yandex/yandex-tank' url='https://github.com/yandex/yandex-tank'
license=('GPL') license=('GPL')
depends=('python2' 'python2-psutil' 'python2-ipaddr' 'python2-progressbar' 'phantom-engine-git') depends=('python2' 'python2-psutil' 'python2-ipaddr' 'phantom-engine-git')
source=("http://ppa.launchpad.net/yandex-load/main/ubuntu/pool/main/y/yandextank/yandextank_${pkgver}.tar.gz") source=("http://ppa.launchpad.net/yandex-load/main/ubuntu/pool/main/y/yandextank/yandextank_${pkgver}.tar.gz")
sha256sums=("5c2d9d948e1583183a623f430bf0b5327baca4fcbc9d7893f230b364a7aedc70") sha256sums=("5c2d9d948e1583183a623f430bf0b5327baca4fcbc9d7893f230b364a7aedc70")

View File

@ -17,7 +17,6 @@ analytic tools for the results they produce.
packages=find_packages(exclude=["tests", "tmp", "docs", "data"]), packages=find_packages(exclude=["tests", "tmp", "docs", "data"]),
install_requires=[ install_requires=[
'psutil>=1.2.1', 'psutil>=1.2.1',
'progressbar',
'requests>=2.5.1', 'requests>=2.5.1',
'paramiko>=1.16.0', 'paramiko>=1.16.0',
'pandas>=0.18.0', 'pandas>=0.18.0',

View File

@ -12,5 +12,5 @@ class AmmoFileError(Exception):
class StpdFileError(Exception): class StpdFileError(Exception):
''' '''
Raised when failed to read stpd file properly. Raised when failed to read stpd file properly.
''' '''