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:
Andrew Clemons 2024-04-28 15:45:50 +09:00
parent 1d0245014c
commit 41b728d079
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B

View file

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