mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-p2p/bazarr: add setuptools as run dependency
bazarr fails to start correctly when setuptools is not present. PR: 285469
This commit is contained in:
parent
dd4b77fa8d
commit
63c61cb6e1
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= bazarr
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.5.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p python
|
||||
MASTER_SITES= https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
|
||||
DISTNAME= bazarr
|
||||
|
@ -18,6 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \
|
|||
${PYTHON_PKGNAMEPREFIX}pillow>=9.0.0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}webrtcvad>=2.0.10:audio/py-webrtcvad@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
ffprobe:multimedia/ffmpeg \
|
||||
unrar:archivers/unrar
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue