summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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)