aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-05-01 13:45:53 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-01 13:46:01 +0100
commita72e70d9ba829c14ec26e97bbf5a55a7a6c2480a (patch)
tree418b4835e5a1d6eb57a38c3954d7a1d0d8091881
parent304f8bebbb3bc77b27be7ead82f2d79a10fe1843 (diff)
downloadguix-a72e70d9ba829c14ec26e97bbf5a55a7a6c2480a.tar.gz
guix-a72e70d9ba829c14ec26e97bbf5a55a7a6c2480a.zip
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
-rw-r--r--gnu/packages/openstack.scm32
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 9c5c2d4094..3d897fcf2e 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -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")