mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dbusmock: Update to 0.30.0.
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.30.0. [#:phases]<patch-paths>: Adjust accordingly. [native-inputs]: Add upower. (python-dbus-minimal): New variable. * gnu/packages/gnome.scm (upower)[native-inputs]: Replace python-dbusmock with python-dbusmock-minimal. * gnu/packages/gtk.scm (at-spi2-core)[native-inputs]: Likewise. (at-spi2-core-with-documentation)[native-inputs]: Adjust accordingly. * gnu/packages/polkit.scm (polkit)[native-inputs]: Replace python-dbusmock with python-dbusmock-minimal. Change-Id: If0cd76da0495d052f94ee5d654436c4d1dd1e2c3
This commit is contained in:
parent
4c441dbb14
commit
a62f59d32d
4 changed files with 22 additions and 8 deletions
|
@ -849,7 +849,7 @@ ever use this library.")
|
|||
gobject-introspection
|
||||
gsettings-desktop-schemas
|
||||
pkg-config
|
||||
python-dbusmock
|
||||
python-dbusmock-minimal
|
||||
python-pytest
|
||||
python-wrapper))
|
||||
(synopsis "Assistive Technology Service Provider Interface, core components")
|
||||
|
@ -880,7 +880,8 @@ is part of the GNOME accessibility project.")
|
|||
"/share/doc'\n")))))))))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs at-spi2-core)
|
||||
(append gi-docgen python python-sphinx)))
|
||||
(append gi-docgen python python-sphinx)
|
||||
(replace "python-dbusmock" python-dbusmock)))
|
||||
(properties (alist-delete 'hidden?
|
||||
(package-properties at-spi2-core)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue