security/py-xmlsec: Update dependenciew

- Switch to DISTVERSION

PR:		273115
This commit is contained in:
Daniel Engberg 2023-08-25 23:50:48 +02:00 committed by Muhammad Moinur Rahman
parent dc226fe320
commit df843a0990

View file

@ -1,5 +1,6 @@
PORTNAME= xmlsec
PORTVERSION= 1.3.13
DISTVERSION= 1.3.13
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.8.0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
LIB_DEPENDS= libltdl.so:devel/libltdl \
libxmlsec1-nss.so:security/xmlsec1
libxmlsec1-openssl.so:security/xmlsec1
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
USES= gnome pkgconfig pytest python