mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
www/py-yarl: add ${PY_SETUPTOOLS} to BUILD_DEPENDS
devel/py-wheel is not a PEP-517 build backend; add the real one. Once the linked PR is committed, this build will fail. With hat: python PR: 270510
This commit is contained in:
parent
7b0bec15a6
commit
d3af6c1c0c
@ -11,7 +11,8 @@ WWW= https://github.com/aio-libs/yarl
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}expandvars>=0:devel/py-expandvars@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}expandvars>=0:devel/py-expandvars@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR}
|
||||
|
Loading…
Reference in New Issue
Block a user