git: fba256d53d52 - main - net-mgmt/py-pyzabbix: Fix build

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Thu, 09 Nov 2023 08:02:16 UTC
The branch main has been updated by otis:

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

commit fba256d53d520894ed43a68ce098234fca34cdbd
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-11-09 08:00:52 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-11-09 08:00:52 +0000

    net-mgmt/py-pyzabbix: Fix build
    
    Reported by:    pkg-fallout
---
 net-mgmt/py-pyzabbix/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/py-pyzabbix/Makefile b/net-mgmt/py-pyzabbix/Makefile
index 403e8be26982..504a01c9acd1 100644
--- a/net-mgmt/py-pyzabbix/Makefile
+++ b/net-mgmt/py-pyzabbix/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8.5:devel/py-semantic-version@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist pep517
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 .include <bsd.port.mk>