Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2023 08:02:16 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fba256d53d52 - main - net-mgmt/py-pyzabbix: Fix build
Message-ID:  <202311090802.3A982G77013707@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311090802.3A982G77013707>