diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-26 23:17:21 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-27 00:26:43 +0100 |
| commit | f6b26d45b35a3d0cb997b0cf3947961985b95c02 (patch) | |
| tree | 37472859fc2edb36c72c873deafc834b63158985 /gnu/packages/openstack.scm | |
| parent | 13934e93b8938549c904c1dde87f5b5fb02a304b (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
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 14e736fd1d8..360f25fabff 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | ;;; Copyright © 2022 Tanguy Le Carrour <tanguy@bioneland.org> | 9 | ;;; Copyright © 2022 Tanguy Le Carrour <tanguy@bioneland.org> |
| 10 | ;;; Copyright © 2022 Hartmut Goebel <h.goebel@crazy-compilers.com> | 10 | ;;; Copyright © 2022 Hartmut Goebel <h.goebel@crazy-compilers.com> |
| 11 | ;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr> | 11 | ;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr> |
| 12 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> | ||
| 12 | ;;; | 13 | ;;; |
| 13 | ;;; This file is part of GNU Guix. | 14 | ;;; This file is part of GNU Guix. |
| 14 | ;;; | 15 | ;;; |
| @@ -47,7 +48,7 @@ | |||
| 47 | #:use-module (gnu packages virtualization) | 48 | #:use-module (gnu packages virtualization) |
| 48 | #:use-module (gnu packages xml) | 49 | #:use-module (gnu packages xml) |
| 49 | #:use-module (guix gexp) | 50 | #:use-module (guix gexp) |
| 50 | #:use-module (guix build-system python) | 51 | #:use-module ((guix build-system python) #:select (pypi-uri)) |
| 51 | #:use-module (guix build-system pyproject) | 52 | #:use-module (guix build-system pyproject) |
| 52 | #:use-module (guix download) | 53 | #:use-module (guix download) |
| 53 | #:use-module (guix utils) | 54 | #:use-module (guix utils) |
