pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-distro



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  1 18:29:31 UTC 2022

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

Log Message:
py-distro: add missing build dependency on py-wheel


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-distro/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-distro/Makefile
diff -u pkgsrc/devel/py-distro/Makefile:1.9 pkgsrc/devel/py-distro/Makefile:1.10
--- pkgsrc/devel/py-distro/Makefile:1.9 Mon Oct 31 13:57:36 2022
+++ pkgsrc/devel/py-distro/Makefile     Tue Nov  1 18:29:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/10/31 13:57:36 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/11/01 18:29:31 wiz Exp $
 
 DISTNAME=      distro-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/nir0s/distr
 COMMENT=       OS platform information API
 LICENSE=       apache-2.0
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index