This is an automated email from the git hooks/post-receive script. sharlatan pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new f79b8a892e gnu: python-pyformlang: Add missing inputs. f79b8a892e is described below commit f79b8a892e900972226c9f77d5e5b7d7703c6ee9 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Wed Dec 18 01:18:13 2024 +0000 gnu: python-pyformlang: Add missing inputs. * gnu/packages/python-xyz.scm (python-pyformlang) [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I27efca39faf59e83a735dba14029580c7c8b87e2 --- gnu/packages/python-xyz.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a139a65cae..7eecfeb512 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24940,7 +24940,14 @@ cases.") (sha256 (base32 "0szgy4pqfixmswjs37qgma4qa3bsadpp3l1xflrpfi10aa8hh2sp")))) (build-system pyproject-build-system) - (propagated-inputs (list python-networkx python-numpy python-pydot)) + (native-inputs + (list python-pytest + python-setuptools + python-wheel)) + (propagated-inputs + (list python-networkx + python-numpy + python-pydot)) (home-page "https://github.com/Aunsiels/pyformlang") (synopsis "Framework for interacting with formal grammars") (description