git: 0cb99d899d15 - main - devel/py-adb: Convert to USE_PYTHON=pytest

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 29 Jun 2022 16:37:14 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0cb99d899d15c96464fa185d7b9c6d75890e969a

commit 0cb99d899d15c96464fa185d7b9c6d75890e969a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-29 16:29:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-29 16:33:00 +0000

    devel/py-adb: Convert to USE_PYTHON=pytest
---
 devel/py-adb/Makefile | 5 +++--
 1 file 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>