pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-progressbar2



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Dec 20 18:52:12 UTC 2023

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

Log Message:
py-progressbar2: also needs wheel to build wheel


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-progressbar2/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-progressbar2/Makefile
diff -u pkgsrc/devel/py-progressbar2/Makefile:1.9 pkgsrc/devel/py-progressbar2/Makefile:1.10
--- pkgsrc/devel/py-progressbar2/Makefile:1.9   Tue Dec 19 21:10:47 2023
+++ pkgsrc/devel/py-progressbar2/Makefile       Wed Dec 20 18:52:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/12/19 21:10:47 nros Exp $
+# $NetBSD: Makefile,v 1.10 2023/12/20 18:52:12 nros Exp $
 
 DISTNAME=      progressbar2-4.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT=      Text progress bar library for P
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-utils>=3.8.1:../../devel/py-utils
 TEST_DEPENDS+= ${PYPKGPREFIX}-dill>=0.3.6:../../textproc/py-dill
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=3.7.7:../../devel/py-flake8



Home | Main Index | Thread Index | Old Index