pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hatchling (devel/py-hatchling) Fix build, by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b506d47fb8c8
branches:  trunk
changeset: 380372:b506d47fb8c8
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 05 02:56:20 2022 +0000

description:
(devel/py-hatchling) Fix build, by adding DEPENDS+=py-pluggy

diffstat:

 devel/py-hatchling/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6db6f182cc49 -r b506d47fb8c8 devel/py-hatchling/Makefile
--- a/devel/py-hatchling/Makefile       Sun Jun 05 02:43:33 2022 +0000
+++ b/devel/py-hatchling/Makefile       Sun Jun 05 02:56:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/06/02 18:35:35 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/06/05 02:56:20 mef Exp $
 
 DISTNAME=      hatchling-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-pathspec>0:../../devel/py-pathspec
+DEPENDS+=      ${PYPKGPREFIX}-pluggy-[0-9]*:../../devel/py-pluggy
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index