pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-findpython



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  7 10:51:43 UTC 2023

Modified Files:
        pkgsrc/lang/py-findpython: Makefile

Log Message:
py-findpython: add missing dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py-findpython/Makefile

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

Modified files:

Index: pkgsrc/lang/py-findpython/Makefile
diff -u pkgsrc/lang/py-findpython/Makefile:1.1 pkgsrc/lang/py-findpython/Makefile:1.2
--- pkgsrc/lang/py-findpython/Makefile:1.1      Thu May  4 07:22:08 2023
+++ pkgsrc/lang/py-findpython/Makefile  Sun May  7 10:51:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/04 07:22:08 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/07 10:51:43 wiz Exp $
 
 DISTNAME=      findpython-0.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/frostming/f
 COMMENT=       Utility to find Python versions on your system
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend>=0:../../devel/py-pdm_backend
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 



Home | Main Index | Thread Index | Old Index