pkgsrc-WIP-changes archive

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

biology/cropsr: Add missing dependencies



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Wed Nov 30 11:40:28 2022 -0700
Changeset:	8379023dda09029b47858d8a3fa80959733e77a7

Modified Files:
	cropsr/Makefile

Log Message:
biology/cropsr: Add missing dependencies

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

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

diffstat:
 cropsr/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/cropsr/Makefile b/cropsr/Makefile
index 4fee3248a2..314ba6bfa8 100644
--- a/cropsr/Makefile
+++ b/cropsr/Makefile
@@ -16,6 +16,9 @@ WRKSRC=		${WRKDIR}/${DISTNAME}-${GITHUB_TAG}
 USE_LANGUAGES=	# none
 NO_BUILD=	yes
 
+DEPENDS+=	${PYPKGPREFIX}-argparse>=1.4.0:../../devel/py-argparse
+DEPENDS+=	${PYPKGPREFIX}-pandas>=1.3.5:../../math/py-pandas
+
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 REPLACE_PYTHON+=	CROPSR.py


Home | Main Index | Thread Index | Old Index