On 1/10/24 08:37, Thomas Klausner wrote:
--- a/py-hmmlearn/Makefile
+++ b/py-hmmlearn/Makefile
@@ -11,6 +11,7 @@ COMMENT= Algorithms for inference of Hidden Markov Models
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-scikit-learn>=0.16:../../math/py-scikit-learn
DEPENDS+= ${PYPKGPREFIX}-matplotlib>0:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-scipy>0.19:../../math/py-scipy
Thanks for the fix. I had assumed this was redundant to lang/python/wheel.mk, but I see now that the situation is more complicated.