From 8193183d65823975bf7f47da6034b06456c70f4e Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 18 Jan 2026 23:45:01 +0100 Subject: 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 --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit v1.3