gnu: ganeti: Use python-bitarray-2.

Tests fail with the newer version of python-bitarray, so continue using 2.8.1.

* gnu/packages/virtualization.scm (ganeti):
[inputs]: Replace python-bitarray with python-bitarray-2.

Change-Id: If2c70ca30770f5e3ecfd0fd8d2e1be918ef9f419
This commit is contained in:
Ian Eure 2025-04-06 11:27:35 -07:00 committed by Andreas Enge
parent e18c66240a
commit 1c6aa45d9a
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
2 changed files with 2 additions and 2 deletions

View file

@ -3715,7 +3715,7 @@ variable bit length encoding, you may find this module useful.")
(uri (pypi-uri "bitarray" version))
(sha256
(base32
"0ib35sxk46kw2adgikmy4vn9climr0dz99pqf2mia2idcyd232cc"))))))
"1wy80bmhg33bpzn28g1n7s8r8f4drj7pcl4m2qb5sql8bbryx376"))))))
(define-public python-boolean.py
(package

View file

@ -1094,7 +1094,7 @@ firmware blobs. You can
python-pyparsing
python-pyinotify
python-pycurl
python-bitarray
python-bitarray-2
python-paramiko
python-psutil))
(home-page "https://www.ganeti.org/")