aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:16 +0000
commitd1baf577bef85511a5bba5e65d4ca19d5b8dc5e2 (patch)
treea87dcda67fdeb1624a68fbb0ebd0aec455c628f4
parent0795e41c1d12afd82391d7c397fcbf5fcd1246d0 (diff)
downloadports-d1baf577bef85511a5bba5e65d4ca19d5b8dc5e2.tar.gz
ports-d1baf577bef85511a5bba5e65d4ca19d5b8dc5e2.zip
devel/py-launchpadlib: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-launchpadlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-launchpadlib/Makefile b/devel/py-launchpadlib/Makefile
index 5179c17acc7d..0a33343a790f 100644
--- a/devel/py-launchpadlib/Makefile
+++ b/devel/py-launchpadlib/Makefile
@@ -19,8 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wadllib>=0:devel/py-wadllib@${PY_FLAVOR}
-USES= pytest python
-USE_PYTHON= autoplist distutils
+USES= python
+USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes