mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
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:
parent
aef5562367
commit
892b03ae71
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue