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
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/d1/9d/692066b9e26176a93ce627bf
|
|||
MD5SUM="3ebcafb25c270e785c5f18580c4ad0c4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-libretranslatepy python3-lxml click"
|
||||
REQUIRES="python3-libretranslatepy python3-lxml click python3-pytest-runner"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="dslackw@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue