pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-utils



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 10 19:07:15 UTC 2023

Modified Files:
        pkgsrc/finance/py-eth-utils: Makefile

Log Message:
py-eth-utils: needs TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/finance/py-eth-utils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-eth-utils/Makefile
diff -u pkgsrc/finance/py-eth-utils/Makefile:1.11 pkgsrc/finance/py-eth-utils/Makefile:1.12
--- pkgsrc/finance/py-eth-utils/Makefile:1.11   Fri Nov 10 19:01:33 2023
+++ pkgsrc/finance/py-eth-utils/Makefile        Fri Nov 10 19:07:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/11/10 19:01:33 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/11/10 19:07:15 adam Exp $
 
 DISTNAME=      eth-utils-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/ethereum/et
 COMMENT=       Common utility functions for ethereum codebases
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-cytoolz>=0.10.1:../../devel/py-cytoolz
 DEPENDS+=      ${PYPKGPREFIX}-eth-hash>=0.3.1:../../finance/py-eth-hash
 DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing



Home | Main Index | Thread Index | Old Index