mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
00fd933146
commit
73448bdaf7
1 changed files with 3 additions and 5 deletions
|
@ -886,15 +886,13 @@ and building documentation from them.")
|
||||||
(add-after 'unpack 'relax-requirements
|
(add-after 'unpack 'relax-requirements
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "test-requirements.txt"
|
(substitute* "test-requirements.txt"
|
||||||
(("hacking.*")
|
(("(hacking|reno).*")
|
||||||
"hacking")))))))
|
"")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-requests))
|
(list python-requests))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-hacking
|
(list python-openstackdocstheme
|
||||||
python-openstackdocstheme
|
|
||||||
python-pbr
|
python-pbr
|
||||||
python-reno
|
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-sphinx
|
python-sphinx
|
||||||
python-wheel))
|
python-wheel))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue