libraries/dropbox-python: Fixed deps.
Added dep pytest-runner to avoid automatic download. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
bb2521ab49
commit
f8c483de4a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue