devel/py-sip: add missing RDEP on setuptools & ply

fixes a qgis build failure reported by tb@
ok/discussed with tb@ sthen@
This commit is contained in:
landry 2022-11-28 10:46:11 +00:00
parent 5935cedbb5
commit c6f9915a29
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ MODPY_EGG_VERSION= 6.6.2
DISTNAME= sip-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
EPOCH= 0
REVISION= 1
REVISION= 2
CATEGORIES= devel
@ -30,6 +30,8 @@ MODPY_PI= Yes
MODPY_PYBUILD= setuptools
RUN_DEPENDS= sysutils/py-packaging${MODPY_FLAVOR} \
devel/py-setuptools${MODPY_FLAVOR} \
devel/py-ply${MODPY_FLAVOR} \
textproc/py-toml${MODPY_FLAVOR}
.include <bsd.port.mk>