mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
13934e93b8
commit
f6b26d45b3
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue