pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pkginfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 11 13:20:11 UTC 2024

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

Log Message:
py-pkginfo: according to update notes, wheel is a full dep - make it so.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-pkginfo/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-pkginfo/Makefile
diff -u pkgsrc/devel/py-pkginfo/Makefile:1.20 pkgsrc/devel/py-pkginfo/Makefile:1.21
--- pkgsrc/devel/py-pkginfo/Makefile:1.20       Mon Mar 11 13:19:42 2024
+++ pkgsrc/devel/py-pkginfo/Makefile    Mon Mar 11 13:20:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2024/03/11 13:19:42 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/03/11 13:20:11 wiz Exp $
 
 DISTNAME=      pkginfo-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,8 +12,8 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index