mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/pytest: Fixed deps.
Added dep setuptools-scm to avoid automatic download. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5e080401d4
commit
25e1fb768f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue