diff options
Diffstat (limited to 'security/py-signxml/Makefile')
-rw-r--r-- | security/py-signxml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-signxml/Makefile b/security/py-signxml/Makefile index d8b550fa3e56..5dc0a39302de 100644 --- a/security/py-signxml/Makefile +++ b/security/py-signxml/Makefile @@ -1,5 +1,6 @@ PORTNAME= signxml PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2023.11.17:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml5>=5.2.1<7:devel/py-lxml5@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}lxml>=5.2.1<7:devel/py-lxml@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cryptography pep517 |