pkgsrc-WIP-changes archive

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

py-liberty_parser: runtime dependencies added



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Jan 14 13:34:52 2025 +0530
Changeset:	c197ad8e3b6fb7015f754ed06ad9a00d6ce34fb0

Modified Files:
	py-liberty_parser/Makefile

Log Message:
py-liberty_parser: runtime dependencies added

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

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

diffstat:
 py-liberty_parser/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/py-liberty_parser/Makefile b/py-liberty_parser/Makefile
index 364f0eb1ac..876de7deee 100644
--- a/py-liberty_parser/Makefile
+++ b/py-liberty_parser/Makefile
@@ -14,5 +14,10 @@ USE_LANGUAGES=	# none
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
+DEPENDS+=	${PYPKGPREFIX}-numpy>=1.0:../../math/py-numpy
+DEPENDS+=	${PYPKGPREFIX}-sympy>=1.6:../../math/py-sympy
+DEPENDS+=	${PYPKGPREFIX}-lark>=1.1:../../wip/py-lark
+
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index