pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-lmfit py-lmfit: add build dependency on py-set...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dfd987b8a28
branches:  trunk
changeset: 771317:8dfd987b8a28
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 17 07:49:34 2021 +0000

description:
py-lmfit: add build dependency on py-setuptools_scm

diffstat:

 math/py-lmfit/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3273ffcc63a8 -r 8dfd987b8a28 math/py-lmfit/Makefile
--- a/math/py-lmfit/Makefile    Fri Dec 17 07:46:35 2021 +0000
+++ b/math/py-lmfit/Makefile    Fri Dec 17 07:49:34 2021 +0000
@@ -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}-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



Home | Main Index | Thread Index | Old Index