gnu: Remove python-os-client-config.

From upstream: os-client-config has been superceded by
openstacksdk. While os-client-config will continue to exist, it is
highly recommended that users transition to using openstacksdk directly,
see <https://docs.openstack.org/os-client-config/latest/>.

Fails to build, has no users in Guix.

* gnu/packages/openstack.scm (python-os-client-config): Delete variable.

Change-Id: I9bc823de7cf3d7425fbf62e52cf94a64bbceb7f8
This commit is contained in:
Sharlatan Hellseher 2025-05-01 13:45:53 +01:00
parent 304f8bebbb
commit a72e70d9ba
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -220,38 +220,6 @@ with mox as possible, but small enhancements have been made.")
to docs.openstack.org and developer.openstack.org.")
(license asl2.0)))
(define-public python-os-client-config
(package
(name "python-os-client-config")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "os-client-config" version))
(sha256
(base32
"1vjn7667pswnmpqv6ngwyqm2xn46w90hi5b4pv2grwfz751cn1lf"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;; Circular dependency with python-oslotest
(propagated-inputs
(list python-appdirs python-pyyaml))
(native-inputs
(list python-pbr
python-fixtures
python-mimeparse
python-testrepository
python-testscenarios
python-testtools))
(home-page "https://www.openstack.org/")
(synopsis
"OpenStack Client Configuration Library")
(description
"The OpenStack Client Configuration Library is a library for collecting
client configuration for using an OpenStack cloud in a consistent and
comprehensive manner.")
(license asl2.0)))
(define-public python-os-service-types
(package
(name "python-os-service-types")