pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-statsmodels



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 17 08:34:02 UTC 2023

Modified Files:
        pkgsrc/math/py-statsmodels: Makefile

Log Message:
py-statsmodels: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/py-statsmodels/Makefile

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

Modified files:

Index: pkgsrc/math/py-statsmodels/Makefile
diff -u pkgsrc/math/py-statsmodels/Makefile:1.19 pkgsrc/math/py-statsmodels/Makefile:1.20
--- pkgsrc/math/py-statsmodels/Makefile:1.19    Fri Dec 15 09:48:02 2023
+++ pkgsrc/math/py-statsmodels/Makefile Sun Dec 17 08:34:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2023/12/15 09:48:02 adam Exp $
+# $NetBSD: Makefile,v 1.20 2023/12/17 08:34:02 wiz Exp $
 
 DISTNAME=      statsmodels-0.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@ LICENSE=      modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.28:../../devel/py-cython
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.21:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-patsy>=0.5.2:../../math/py-patsy



Home | Main Index | Thread Index | Old Index