Skip to content

Commit

Permalink
security/py-tuf: Convert to USE_PYTHON=pytest
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
With hat:	python
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent 52a31bf commit 8ee76b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/py-tuf/Makefile
Expand Up @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.13.0:devel/py-hatchling@${PY_
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}securesystemslib>=0.26.0:security/py-securesystemslib@${PY_FLAVOR}

USES= pytest python
USE_PYTHON= autoplist concurrent pep517
USES= python
USE_PYTHON= autoplist concurrent pep517 pytest

NO_ARCH= yes

Expand Down

0 comments on commit 8ee76b2

Please sign in to comment.