diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-17 23:47:02 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:46 +0100 |
| commit | 803172643174f2b01ab2720aedbc327b2e35aefe (patch) | |
| tree | d1b928c721532d1af9ca2cae519b6c5f459e8633 /gnu/packages/python-xyz.scm | |
| parent | d1af0f7e040dcbd62788dd69b55417fb62090986 (diff) | |
gnu: python-dbus-python: Reduce closure size.
Tests never run before and silently were skipped because test-backend is
not known for pyrpoject-build-system which is tappy, this change
visually disables tests and remove some unused inputs from closure.
* gnu/packages/python-xyz.scm (python-dbus-python):
[native-inputs]: Remove python-sphinx, python-sphinx-rtd-theme, and
python-wheel.
Change-Id: I042ceace8f42ae8514751ffe0fee664db05ce2cc
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ceb9040e06..512a5232e3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -31812,6 +31812,7 @@ Its algorithms are based on the kakasi library, which is written in C.") (build-system pyproject-build-system) (arguments (list + #:tests? #f ;XXX: Tests require setup #:phases #~(modify-phases %standard-phases (add-after 'unpack 'patch-requirements @@ -31822,15 +31823,12 @@ Its algorithms are based on the kakasi library, which is written in C.") (("(ninja|patchelf)") ""))))))) (native-inputs (list pkg-config - python-meson-python meson ninja/pinned patchelf + python-meson-python python-setuptools - python-sphinx - python-sphinx-rtd-theme - python-tappy - python-wheel)) + python-tappy)) (inputs (list dbus glib)) (propagated-inputs |
