diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-05 15:55:36 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:55 +0100 |
| commit | 98b4c5d52972e2f6697c63dbac4c52cf4f66b01e (patch) | |
| tree | 5c9e348ab88d49cfac05a080f112f0998a5d6e3d /gnu/packages/python-xyz.scm | |
| parent | 6416a324d736aa0359ce12d81bbb0bbd20708db2 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bf722414f5..7499a6dce4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32186,18 +32186,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") |
