diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-05 21:44:51 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:07 +0100 |
| commit | b1b10621de7a71950088ca2c0bec8f9ebae51758 (patch) | |
| tree | af3d16272bd160742e8aac0b1c901e50e61ed8c4 /gnu/packages/python-xyz.scm | |
| parent | c8392e4a5a45760b74493364e24a15cb09012f72 (diff) | |
gnu: Add python-dbus-python as deprecated alias.
* gnu/packages/python-xyz.scm (python-dbus-python): Add as deprecated
package for python-dbus.
Change-Id: Iadb1093c8629fdd01fa1ee70cb148e1e52276390
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d44c6f85f52..94054d11815 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28676,6 +28676,9 @@ Its algorithms are based on the kakasi library, which is written in C.") implementation of the D-Bus protocol.") (license license:expat))) +;; Added on 2026-01-05 +(define-deprecated-package python-dbus-python python-dbus) + (define python-dbusmock-patch-paths-phase #~(lambda* (#:key inputs #:allow-other-keys) (substitute* "tests/test_api.py" |
