~ruther/guix-local

f6b26d45b35a3d0cb997b0cf3947961985b95c02 — Sharlatan Hellseher 9 months ago 13934e9
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
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/openstack.scm
M gnu/packages/openstack.scm => gnu/packages/openstack.scm +2 -1
@@ 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)