mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
6ea28d2194
commit
f52124c981
1 changed files with 3 additions and 5 deletions
|
@ -31836,6 +31836,7 @@ Its algorithms are based on the kakasi library, which is written in C.")
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:tests? #f ;XXX: Tests require setup
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-requirements
|
(add-after 'unpack 'patch-requirements
|
||||||
|
@ -31846,15 +31847,12 @@ Its algorithms are based on the kakasi library, which is written in C.")
|
||||||
(("(ninja|patchelf)") "")))))))
|
(("(ninja|patchelf)") "")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
python-meson-python
|
|
||||||
meson
|
meson
|
||||||
ninja/pinned
|
ninja/pinned
|
||||||
patchelf
|
patchelf
|
||||||
|
python-meson-python
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-sphinx
|
python-tappy))
|
||||||
python-sphinx-rtd-theme
|
|
||||||
python-tappy
|
|
||||||
python-wheel))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list dbus glib))
|
(list dbus glib))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue