pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-canonicaljson



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 31 07:55:50 UTC 2022

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

Log Message:
py-canonicaljson: build needs wheels; spotted by @wiz


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-canonicaljson/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-canonicaljson/Makefile
diff -u pkgsrc/devel/py-canonicaljson/Makefile:1.8 pkgsrc/devel/py-canonicaljson/Makefile:1.9
--- pkgsrc/devel/py-canonicaljson/Makefile:1.8  Tue Oct 25 07:30:19 2022
+++ pkgsrc/devel/py-canonicaljson/Makefile      Mon Oct 31 07:55:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/10/25 07:30:19 adam Exp $
+# $NetBSD: Makefile,v 1.9 2022/10/31 07:55:50 adam Exp $
 
 DISTNAME=      canonicaljson-1.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/matrix-org/
 COMMENT=       Encodes objects and arrays as RFC 7159 JSON
 LICENSE=       apache-2.0
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-frozendict>=1.0:../../devel/py-frozendict
 DEPENDS+=      ${PYPKGPREFIX}-simplejson>=3.14.0:../../converters/py-simplejson
 



Home | Main Index | Thread Index | Old Index