mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/translate: Add missing dependency.
Without, it downloads pytest-runner during the build. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
1d0245014c
commit
41b728d079
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/d1/9d/692066b9e26176a93ce627bf
|
||||||
MD5SUM="3ebcafb25c270e785c5f18580c4ad0c4"
|
MD5SUM="3ebcafb25c270e785c5f18580c4ad0c4"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-libretranslatepy python3-lxml click"
|
REQUIRES="python3-libretranslatepy python3-lxml click python3-pytest-runner"
|
||||||
MAINTAINER="Dimitris Zlatanidis"
|
MAINTAINER="Dimitris Zlatanidis"
|
||||||
EMAIL="dslackw@gmail.com"
|
EMAIL="dslackw@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue