[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-dbus-python: Revert ordering change o
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-dbus-python: Revert ordering change on native-inputs. |
Date: |
Fri, 01 Nov 2024 20:09:07 -0400 |
This is an automated email from the git hooks/post-receive script.
vagrantc pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ea11d36085 gnu: python-dbus-python: Revert ordering change on
native-inputs.
ea11d36085 is described below
commit ea11d3608566174c4bae70faa4f9d0c67748d2db
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Fri Nov 1 16:55:02 2024 -0700
gnu: python-dbus-python: Revert ordering change on native-inputs.
A large number of rebuilds (3987 according to guix refresh) was triggered
by:
a9abf9a7b30f6801e122cae759df87b44c458773 gnu: python-dbus-python: Fix
indentation.
Reverting the ordering changes does not trigger any rebuilds.
* gnu/packages/python-xyz.scm (python-dbus-python): Unsort native-inputs.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eb5bad622a..c638263473 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30083,11 +30083,11 @@ for YAML and JSON.")
(substitute* "setup.cfg"
(("(ninja|patchelf)") "")))))))
(native-inputs
- (list meson
- pkg-config
+ (list pkg-config
+ python-meson-python
+ meson
ninja
patchelf
- python-meson-python
python-sphinx
python-sphinx-rtd-theme
python-tappy
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-dbus-python: Revert ordering change on native-inputs.,
guix-commits <=