aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-29 16:29:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-29 16:33:00 +0000
commit0cb99d899d15c96464fa185d7b9c6d75890e969a (patch)
tree20042786e2ed52e302f31c85c04b7aa0a207aada
parentcc80f924bc1006a05a504a23b8c2441e4ee57896 (diff)
downloadports-0cb99d899d15c96464fa185d7b9c6d75890e969a.tar.gz
ports-0cb99d899d15c96464fa185d7b9c6d75890e969a.zip
devel/py-adb: Convert to USE_PYTHON=pytest
-rw-r--r--devel/py-adb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-adb/Makefile b/devel/py-adb/Makefile
index 55ce35d8839e..df78f1411528 100644
--- a/devel/py-adb/Makefile
+++ b/devel/py-adb/Makefile
@@ -17,8 +17,9 @@ USE_GITHUB= yes
GH_ACCOUNT= google
GH_PROJECT= python-${PORTNAME}
-USES= python:3.6+ pytest
+USES= python:3.6+
+USE_PYTHON= autoplist distutils pytest
+
NO_ARCH= yes
-USE_PYTHON= autoplist distutils
.include <bsd.port.mk>