diff options
author | rodent <rodent@pkgsrc.org> | 2017-01-12 16:36:35 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2017-01-12 16:36:35 +0000 |
commit | 4044b9bc73422adb603d733a01c6f9a1df1b736b (patch) | |
tree | 622778f8a9aa2bcc0ca3cd5136ff75491e3b5aff /security/py-cryptodome | |
parent | 5370f42d3820073f4d85cd6a940d5acfdffde9d3 (diff) | |
download | pkgsrc-4044b9bc73422adb603d733a01c6f9a1df1b736b.tar.gz |
Revert last commit. According to wiz@ in private mail, CONFLICTS is needed
for configuration files only.
Diffstat (limited to 'security/py-cryptodome')
-rwxr-xr-x | security/py-cryptodome/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/py-cryptodome/Makefile b/security/py-cryptodome/Makefile index 2dafc2c2f13..839c1308342 100755 --- a/security/py-cryptodome/Makefile +++ b/security/py-cryptodome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/12 11:53:16 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/12 16:36:36 rodent Exp $ DISTNAME= pycryptodome-3.4.3 PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/} @@ -10,8 +10,6 @@ HOMEPAGE= https://www.pycryptodome.org/ COMMENT= Cryptographic and hash functions for Python LICENSE= public-domain AND python-software-foundation -CONFLICTS+= ${PYPKGPREFIX}-crypto-[0-9]* - do-test: ${RUN}cd ${WRKSRC};${SETENV} ${TEST_ENV} ${PYTHONBIN} ${PYSETUP} test |