diff options
author | adam <adam@pkgsrc.org> | 2022-06-02 18:35:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-06-02 18:35:35 +0000 |
commit | 3ca9ce7bd5a62af4ecb7fbee914b3e235f6312f0 (patch) | |
tree | 77659f8bc4aa84c5a7c7a61a151077208bb1658e | |
parent | 4d4211e782c2fb05a5f24bfddbd381d69deacc04 (diff) | |
download | pkgsrc-3ca9ce7bd5a62af4ecb7fbee914b3e235f6312f0.tar.gz |
py-hatchling: needs py-pathspec
-rw-r--r-- | devel/py-hatchling/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-hatchling/Makefile b/devel/py-hatchling/Makefile index b8a6ff7d019..7aa1f4b6418 100644 --- a/devel/py-hatchling/Makefile +++ b/devel/py-hatchling/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/06/01 10:54:22 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/06/02 18:35:35 adam Exp $ DISTNAME= hatchling-1.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://hatch.pypa.io/ COMMENT= Modern, extensible Python build backend LICENSE= mit +DEPENDS+= ${PYPKGPREFIX}-pathspec>0:../../devel/py-pathspec + USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 |