comms/apitran: Replace reference to PY_PILLOW with its value
Since this port works with Python 3.6 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value. PR: 269398 Approved by: maintainer timeout
This commit is contained in:
parent
d0f8db8527
commit
db54325ab1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PY_PILLOW} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
sox:audio/sox
|
||||
|
||||
USES= magick:6,run python:3.6+,run shebangfix
|
||||
|
|
Loading…
Reference in a new issue