diff options
Diffstat (limited to 'security/py-keyring/Makefile')
-rw-r--r-- | security/py-keyring/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index 1e5f63684b08..260c084b9126 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyring -PORTVERSION= 5.6 +PORTVERSION= 5.7.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Store and access your passwords safely LICENSE= PSFL -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:${PORTSDIR}/devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:${PORTSDIR}/devel/py-setuptools_scm NO_ARCH= yes USES= python |