pkgsrc-WIP-changes archive

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

py-hmmlearn: Add missing build-depends



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Jan 21 20:02:45 2023 -0800
Changeset:	c1cfe7b73ebd96316091bc7b302b2fa01776520e

Modified Files:
	py-hmmlearn/Makefile

Log Message:
py-hmmlearn: Add missing build-depends

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c1cfe7b73ebd96316091bc7b302b2fa01776520e

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

diffstat:
 py-hmmlearn/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-hmmlearn/Makefile b/py-hmmlearn/Makefile
index dd31184b73..0da7e05d63 100644
--- a/py-hmmlearn/Makefile
+++ b/py-hmmlearn/Makefile
@@ -12,6 +12,7 @@ COMMENT=	Algorithms for inference of Hidden Markov Models
 LICENSE=	modified-bsd
 
 BUILD_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+BUILD_DEPENDS+=       ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.21.5:../../math/py-numpy
 
 USE_LANGUAGES=	c c++ # none


Home | Main Index | Thread Index | Old Index