diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-24 04:16:27 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-27 00:25:53 +0100 |
| commit | 73448bdaf74146d1982fb76d6e62c074c94f224b (patch) | |
| tree | 25f1ba8abbc008f47ac3025d3a1e3ee3ffe9a734 /gnu/packages/openstack.scm | |
| parent | 00fd933146a8148791f851b752bb6d77f901b8ad (diff) | |
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>
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 7ccb510f65b..e1e97763f59 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -886,15 +886,13 @@ and building documentation from them.") | |||
| 886 | (add-after 'unpack 'relax-requirements | 886 | (add-after 'unpack 'relax-requirements |
| 887 | (lambda _ | 887 | (lambda _ |
| 888 | (substitute* "test-requirements.txt" | 888 | (substitute* "test-requirements.txt" |
| 889 | (("hacking.*") | 889 | (("(hacking|reno).*") |
| 890 | "hacking"))))))) | 890 | ""))))))) |
| 891 | (propagated-inputs | 891 | (propagated-inputs |
| 892 | (list python-requests)) | 892 | (list python-requests)) |
| 893 | (native-inputs | 893 | (native-inputs |
| 894 | (list python-hacking | 894 | (list python-openstackdocstheme |
| 895 | python-openstackdocstheme | ||
| 896 | python-pbr | 895 | python-pbr |
| 897 | python-reno | ||
| 898 | python-setuptools | 896 | python-setuptools |
| 899 | python-sphinx | 897 | python-sphinx |
| 900 | python-wheel)) | 898 | python-wheel)) |
