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:
David Spencer 2017-05-29 14:27:46 +01:00 committed by David Spencer
parent bb2521ab49
commit f8c483de4a
1 changed files with 1 additions and 1 deletions

View File

@ -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"