diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-05-04 05:22:12 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-05-18 20:46:15 +0100 |
commit | 4b27428903e6c055755f8a66ff0c585f849a7aa3 (patch) | |
tree | ab9d6ab873a9a4ced4af3ba8d7b2eb1d5d8bf299 | |
parent | 11dadd0e809b81a4c3a045629b3aa8034671a5f7 (diff) | |
download | slackbuilds-4b27428903e6c055755f8a66ff0c585f849a7aa3.tar.gz |
python/python-twitter: Fixed deps.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | python/python-twitter/python-twitter.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-twitter/python-twitter.info b/python/python-twitter/python-twitter.info index 3639ebcac4..618beaad44 100644 --- a/python/python-twitter/python-twitter.info +++ b/python/python-twitter/python-twitter.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/6c/d4/42dc3cf73f49bd325aa6620e39c75d0 MD5SUM="d4cc9b004cec760a26b48e4d70834b4c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-future requests-oauthlib" +REQUIRES="pytest-runner python-future requests-oauthlib" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |