gnu: python-envs: Propagate necessary packages.

* gnu/packages/python-xyz.scm (python-envs)
[native-inputs]: Add python-packaging.
[propagated-inputs]: Add python-jinja2, python-terminaltables.

Change-Id: I5a66592a0af7f3567d0313bdc9c3752267033079
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2026-01-18 23:45:01 +01:00 committed by Sharlatan Hellseher
parent aef5562367
commit 892b03ae71
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1042,9 +1042,9 @@ packaging tasks.")
(arguments
(list #:test-backend #~'unittest))
(native-inputs
(list python-poetry-core))
(list python-packaging python-poetry-core))
(propagated-inputs
(list python-click))
(list python-click python-jinja2 python-terminaltables))
(home-page "https://github.com/capless/envs")
(synopsis "Easy access of environment variables from Python")
(description