diff options
author | adam <adam@pkgsrc.org> | 2021-07-10 06:05:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-07-10 06:05:00 +0000 |
commit | 4564a0f7cb4c72783f749d562abfef32c2664be5 (patch) | |
tree | 6a702b9ccd774c4e3f44df675cdcdce5e03d4922 /comms | |
parent | bb9f7ccd50463189a419624b698a8b6384116d48 (diff) | |
download | pkgsrc-4564a0f7cb4c72783f749d562abfef32c2664be5.tar.gz |
py-enrich: need py-setuptools_scm to build
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-enrich/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/py-enrich/Makefile b/comms/py-enrich/Makefile index bfe9cf5d1d1..8a093e30bfc 100644 --- a/comms/py-enrich/Makefile +++ b/comms/py-enrich/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/05/25 10:18:45 adam Exp $ +# $NetBSD: Makefile,v 1.2 2021/07/10 06:05:00 adam Exp $ DISTNAME= enrich-1.2.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/pycontribs/enrich COMMENT= Extends py-rich LICENSE= mit +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.5.0:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-rich>=9.5.1:../../comms/py-rich USE_LANGUAGES= # none |