guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 73448bdaf74146d1982fb76d6e62c074c94f224b
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jul 24 04:16:27 2025 +0200
gnu: python-oslosphinx: Remove some inputs.
* gnu/packages/openstack.scm (python-oslosphinx):
[arguments]<#:phases>: Refresh 'check phase.
[native-inputs]: Remove python-hacking, python-reno.
Change-Id: Ia44e198355ded960f26b966c823919c3f9b8c830
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/openstack.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 7ccb510f65..e1e97763f5 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -886,15 +886,13 @@ and building documentation from them.")
(add-after 'unpack 'relax-requirements
(lambda _
(substitute* "test-requirements.txt"
- (("hacking.*")
- "hacking")))))))
+ (("(hacking|reno).*")
+ "")))))))
(propagated-inputs
(list python-requests))
(native-inputs
- (list python-hacking
- python-openstackdocstheme
+ (list python-openstackdocstheme
python-pbr
- python-reno
python-setuptools
python-sphinx
python-wheel))