Skip to content

Commit

Permalink
security/py-yubikey-manager: Fix BUILD_DEPENDS
Browse files Browse the repository at this point in the history
from pyproject.toml:
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

Approved by:	portmgr (blanket)
With hat:	python
Reference:	https://github.com/Yubico/yubikey-manager/blob/5.2.0/pyproject.toml#L49-L51
  • Loading branch information
sunpoet committed Sep 5, 2023
1 parent 4cdf642 commit fe7a331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/py-yubikey-manager/Makefile
Expand Up @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${RUN_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}poetry>=0:devel/py-poetry@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fido2>0:security/py-fido2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}keyring>=0:security/py-keyring@${PY_FLAVOR} \
Expand Down

0 comments on commit fe7a331

Please sign in to comment.