py-lmfit: add build dependency on py-setuptools_scm
This commit is contained in:
parent
14dde6ef11
commit
d43e5d59bf
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2021/11/07 11:58:47 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2021/12/17 07:49:34 wiz Exp $
|
||||
|
||||
DISTNAME= lmfit-1.0.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -14,6 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-asteval>=0.9.22:../../math/py-asteval
|
|||
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.18:../../math/py-numpy
|
||||
DEPENDS+= ${PYPKGPREFIX}-scipy>=1.4:../../math/py-scipy
|
||||
DEPENDS+= ${PYPKGPREFIX}-uncertainties>=3.0.1:../../math/py-uncertainties
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
|
Loading…
Reference in a new issue