From f69c82dbf993295933ebafc724e32d5e8e00db62 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 5 Aug 2025 15:55:36 +0100 Subject: [PATCH] gnu: python-flit: Reduce closure size. * gnu/packages/python-xyz.scm (python-flit): Documentation is not built, remove dependencies on Sphinx. [propagated-inputs]: Remove python-pypa-build. [native-inputs]: Remove python-pygments-github-lexers, python-pytest-cov, python-sphinx, and python-sphinxcontrib-github-alt. Change-Id: Iba62d2c1c52b64db65e29cbdd0381f470ee3116d --- gnu/packages/python-xyz.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e75445fbad5..9962a367b42 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32210,18 +32210,13 @@ and not test_validate_classifiers_private") (setenv "HOME" "/tmp") (setenv "FLIT_NO_NETWORK" "1"))))))) (propagated-inputs - (list python-pypa-build - python-tomli-w + (list python-tomli-w python-flit-core python-docutils python-requests)) (native-inputs (list python-responses - python-pygments-github-lexers python-pytest - python-pytest-cov - python-sphinx - python-sphinxcontrib-github-alt python-testpath)) (home-page "https://flit.readthedocs.io/") (synopsis "Simple packaging tool for simple packages")