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 Apr 18 12:10:16 UTC 2025

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

Log Message:
py-eth-utils: also depend on pydantic


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/finance/py-eth-utils/Makefile:1.19
--- pkgsrc/finance/py-eth-utils/Makefile:1.18   Fri Apr 18 11:38:04 2025
+++ pkgsrc/finance/py-eth-utils/Makefile        Fri Apr 18 12:10:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2025/04/18 11:38:04 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/04/18 12:10:16 adam Exp $
 
 DISTNAME=      eth_utils-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -14,6 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cytoolz>=0.10.1:../../devel/py-cytoolz
 DEPENDS+=      ${PYPKGPREFIX}-eth-hash>=0.3.1:../../finance/py-eth-hash
 DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=5.0.0:../../finance/py-eth-typing
+DEPENDS+=      ${PYPKGPREFIX}-pydantic>=2.0.0:../../devel/py-pydantic
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.43.0:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.971:../../lang/py-mypy
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist



Home | Main Index | Thread Index | Old Index