mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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 <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
00fd933146
commit
73448bdaf7
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user