summaryrefslogtreecommitdiff
path: root/archivers/py-lz4
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-26 13:29:50 +0000
committerrillig <rillig@pkgsrc.org>2020-04-26 13:29:50 +0000
commit0c0c6c6f0818e2d3fa7941176ac48cb0bca5443c (patch)
tree30060d61eeadb16912cdf0930c3058ae0b76b5b8 /archivers/py-lz4
parent66df74b1d64b75361e38d1842d5bb870af4d10ea (diff)
downloadpkgsrc-0c0c6c6f0818e2d3fa7941176ac48cb0bca5443c.tar.gz
archivers/py-lz4: fix path to py-test
The directory works only for py-test<5 since py-test>=5 lives in devel/py-test5.
Diffstat (limited to 'archivers/py-lz4')
-rw-r--r--archivers/py-lz4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile
index 6599b7ef2d5..6c5d84d7bc5 100644
--- a/archivers/py-lz4/Makefile
+++ b/archivers/py-lz4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/09/16 08:53:00 adam Exp $
+# $NetBSD: Makefile,v 1.27 2020/04/26 13:29:50 rillig Exp $
DISTNAME= lz4-2.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-pkgconfig-[0-9]*:../../devel/py-pkgconfig
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test<5:../../devel/py-test
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 27