diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-05-29 14:24:00 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-05-29 14:24:00 +0100 |
commit | 25e1fb768f230c5ec882111b05147394670c6430 (patch) | |
tree | 8c2fec704ff051c0c8c26a09214c0ea83f2ca477 /python/pytest | |
parent | 5e080401d4f0785a00d6077cabdd6d09cce53565 (diff) | |
download | slackbuilds-25e1fb768f230c5ec882111b05147394670c6430.tar.gz |
python/pytest: Fixed deps.
Added dep setuptools-scm to avoid automatic download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pytest')
-rw-r--r-- | python/pytest/pytest.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index 74c5329667..7c7c77d927 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/50/e2/a28d4c5e4520a0427bc5141703f3296 MD5SUM="11b609d38edff58bceca8c18efe19078" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="py" +REQUIRES="setuptools-scm py" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |