summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-18 23:45:01 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:31 +0100
commit8193183d65823975bf7f47da6034b06456c70f4e (patch)
tree04620798b18296aa19a37aa85790df3705267f46 /gnu
parent855e52db66569d433733620c3df9d436288d496a (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 420624dbb1..11da12f259 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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