pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-bumpver



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov  4 23:54:22 UTC 2023

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

Log Message:
py-bumpver: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-bumpver/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-bumpver/Makefile
diff -u pkgsrc/devel/py-bumpver/Makefile:1.4 pkgsrc/devel/py-bumpver/Makefile:1.5
--- pkgsrc/devel/py-bumpver/Makefile:1.4        Sat Nov  4 16:09:49 2023
+++ pkgsrc/devel/py-bumpver/Makefile    Sat Nov  4 23:54:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/04 16:09:49 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/04 23:54:22 wiz Exp $
 
 DISTNAME=      bumpver-2023.1129
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-lib3to6>=0:../../devel/py-lib3to6
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-click>=0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.4:../../comms/py-colorama
 DEPENDS+=      ${PYPKGPREFIX}-lexid>=0:../../devel/py-lexid



Home | Main Index | Thread Index | Old Index