pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rstr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 14 14:36:22 UTC 2022

Modified Files:
        pkgsrc/devel/py-rstr: Makefile

Log Message:
py-rstr: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-rstr/Makefile

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

Modified files:

Index: pkgsrc/devel/py-rstr/Makefile
diff -u pkgsrc/devel/py-rstr/Makefile:1.2 pkgsrc/devel/py-rstr/Makefile:1.3
--- pkgsrc/devel/py-rstr/Makefile:1.2   Wed Nov  9 22:59:49 2022
+++ pkgsrc/devel/py-rstr/Makefile       Mon Nov 14 14:36:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/11/09 22:59:49 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/11/14 14:36:22 wiz Exp $
 
 DISTNAME=      rstr-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://pypi.org/project/rstr/
 COMMENT=       Generate random strings in Python
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index