~ruther/guix-local

a72e70d9ba829c14ec26e97bbf5a55a7a6c2480a — Sharlatan Hellseher 1 year, 2 months ago 304f8be
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
1 files changed, 0 insertions(+), 32 deletions(-)

M gnu/packages/openstack.scm
M gnu/packages/openstack.scm => gnu/packages/openstack.scm +0 -32
@@ 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")