pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/py-lz4 archivers/py-lz4: fix path to py-test



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cd93473b967
branches:  trunk
changeset: 428264:4cd93473b967
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 26 13:29:50 2020 +0000

description:
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:

 archivers/py-lz4/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 30463194b42f -r 4cd93473b967 archivers/py-lz4/Makefile
--- a/archivers/py-lz4/Makefile Sun Apr 26 13:27:41 2020 +0000
+++ b/archivers/py-lz4/Makefile Sun Apr 26 13:29:50 2020 +0000
@@ -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}-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



Home | Main Index | Thread Index | Old Index