gnu: barectf: Use python-termcolor-1.

* gnu/packages/instrumentation.scm (barectf)[propagated-inputs]: Use
python-termcolor-1.

Change-Id: I8284db970d3cee8988318be7f1180aa933ab461a
This commit is contained in:
Ricardo Wurmus 2024-05-03 10:34:28 +02:00
parent 1f5eef8391
commit 7c938c232c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -190,7 +190,7 @@ bindings, and the command-line tool @command{babeltrace2}.")
(native-inputs (native-inputs
(list python-poetry-core python-pytest)) (list python-poetry-core python-pytest))
(propagated-inputs (propagated-inputs
(list python-jinja2 python-jsonschema python-pyyaml python-termcolor)) (list python-jinja2 python-jsonschema python-pyyaml python-termcolor-1))
(home-page "https://barectf.org") (home-page "https://barectf.org")
(synopsis "CTF tracer generator") (synopsis "CTF tracer generator")
(description (description