MFH: r566337

math/py-uncertainties: Add missing dependency
This commit is contained in:
Yuri Victorovich 2021-02-22 21:41:16 +00:00
parent d09ef653f0
commit 48938d4841
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=566338

View File

@ -2,6 +2,7 @@
PORTNAME= uncertainties
DISTVERSION= 3.1.5
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,7 +13,8 @@ COMMENT= Calculations with uncertainties on the quantities involved
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist