summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-26 23:17:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-27 00:26:43 +0100
commitf6b26d45b35a3d0cb997b0cf3947961985b95c02 (patch)
tree37472859fc2edb36c72c873deafc834b63158985
parent13934e93b8938549c904c1dde87f5b5fb02a304b (diff)
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
-rw-r--r--gnu/packages/openstack.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 14e736fd1d..360f25fabf 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -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)