diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-05-29 14:27:46 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-05-29 14:27:46 +0100 |
commit | f8c483de4a6960104654eb3b6c887854f41bceab (patch) | |
tree | 3800106e009578911b073872270db6648c8fce90 | |
parent | bb2521ab4981983751f7f4ac150a6ce1fb700257 (diff) | |
download | slackbuilds-f8c483de4a6960104654eb3b6c887854f41bceab.tar.gz |
libraries/dropbox-python: Fixed deps.
Added dep pytest-runner to avoid automatic download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | libraries/dropbox-python/dropbox-python.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/dropbox-python/dropbox-python.info b/libraries/dropbox-python/dropbox-python.info index a015a83f9a..81ff41e3ad 100644 --- a/libraries/dropbox-python/dropbox-python.info +++ b/libraries/dropbox-python/dropbox-python.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/65/38/18a47d7ac45d3d95c0dbeeee1c93030 MD5SUM="861ed6e0e256bf6fdc513a00bb926196" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-urllib3 six python-requests" +REQUIRES="pytest-runner python-urllib3 six python-requests" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |