summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-10-01 18:59:54 +0000
committerjoerg <joerg@pkgsrc.org>2017-10-01 18:59:54 +0000
commit20e206034fa6c36c23574a03dcd2723cb25f8dd6 (patch)
treedadb47de40ee326a371032198901f7e50a0ebc88 /archivers
parent547ce479787a3f34cc242dd27100df5f2e54d9a3 (diff)
downloadpkgsrc-20e206034fa6c36c23574a03dcd2723cb25f8dd6.tar.gz
Needs setuptools_scm.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-lz4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile
index 39a3199ed39..acbe0e0cbd4 100644
--- a/archivers/py-lz4/Makefile
+++ b/archivers/py-lz4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/30 12:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/01 18:59:54 joerg Exp $
DISTNAME= lz4-0.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/python-lz4/python-lz4
COMMENT= Python LZ4 binding
LICENSE= modified-bsd
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
.include "../../lang/python/egg.mk"
.include "../../archivers/lz4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"