pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-lz4



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Jan  7 20:56:16 UTC 2018

Modified Files:
        pkgsrc/archivers/py-lz4: Makefile

Log Message:
Add missing build dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/py-lz4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/py-lz4/Makefile
diff -u pkgsrc/archivers/py-lz4/Makefile:1.7 pkgsrc/archivers/py-lz4/Makefile:1.8
--- pkgsrc/archivers/py-lz4/Makefile:1.7        Tue Jan  2 08:40:09 2018
+++ pkgsrc/archivers/py-lz4/Makefile    Sun Jan  7 20:56:16 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/01/02 08:40:09 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/01/07 20:56:16 joerg Exp $
 
 DISTNAME=      lz4-0.18.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-deprecation-[0-9]*:../../devel/py-deprecation
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pkgconfig-[0-9]*:../../devel/py-pkgconfig
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 



Home | Main Index | Thread Index | Old Index