gnu: Remove python2-dbus.

* gnu/packages/python-xyz.scm (python2-dbus): Delete variable.

Change-Id: I7975a5f4d172ecf7558cdf3469e6c60136feee48
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Andreas Enge
2026-02-07 22:44:21 +01:00
parent 6ff5a3b2cd
commit 649ee41edb

View File

@@ -41752,16 +41752,6 @@ you do not want to store entirely on disk or on memory.")
;; No copyright headers in the source. The LICENSE file indicates GPL3.
(license license:gpl3)))
(define-public python2-dbus
(package/inherit python-dbus-1.2
(name "python2-dbus")
(inputs `(("python" ,python-2)
("libxcrypt" ,libxcrypt) ;required by Python.h
,@(alist-delete "python"
(package-inputs python-dbus-1.2))))
(arguments
`(#:configure-flags '("PYTHON_VERSION=2")))))
(define-public shrinkwrap
(package
(name "shrinkwrap")