gnu: packages/openstack: Select only pypi-uri from python build-system.

python-build-system is no longer in use in this module but
pyproject-build-system misses PYPI-URI symbol yet, this change load
just it.

* gnu/packages/openstack.scm: Load just PYPI-URI from python-build-system.

Change-Id: I1f508208e6a3f4a8a31aef8bb04d14ae4438fe5f
This commit is contained in:
Sharlatan Hellseher 2025-07-26 23:17:21 +01:00
parent 13934e93b8
commit f6b26d45b3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9,6 +9,7 @@
;;; Copyright © 2022 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2022 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -47,7 +48,7 @@
#:use-module (gnu packages virtualization)
#:use-module (gnu packages xml)
#:use-module (guix gexp)
#:use-module (guix build-system python)
#:use-module ((guix build-system python) #:select (pypi-uri))
#:use-module (guix build-system pyproject)
#:use-module (guix download)
#:use-module (guix utils)