From: kshtsk Date: Mon, 7 Oct 2019 12:30:57 +0000 (+0200) Subject: Merge pull request #1307 from kshtsk/beanstalkc3 X-Git-Tag: 1.1.0~224 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ea7f1f8635a4d014bca152a575530fd98184380b;p=teuthology.git Merge pull request #1307 from kshtsk/beanstalkc3 beanstalk: switch to py3 compatible package --- ea7f1f8635a4d014bca152a575530fd98184380b diff --cc setup.py index 957ad2bb0f,017ee20900..4ab4e4bad7 --- a/setup.py +++ b/setup.py @@@ -51,9 -51,11 +51,9 @@@ setup install_requires=['pip-tools', 'tox', 'gevent', - # For teuthology-coverage - 'mysqlclient == 1.4.2', 'PyYAML', 'argparse >= 1.2.1', - 'beanstalkc >= 0.2.0', + 'beanstalkc3 >= 0.4.0', 'boto >= 2.0b4', 'bunch >= 1.0.0', 'configobj',