diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-24 04:15:20 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-27 00:25:53 +0100 |
| commit | 00fd933146a8148791f851b752bb6d77f901b8ad (patch) | |
| tree | 012b2dd514186eb735be480f22c8b8e14fee48d1 /gnu/packages/openstack.scm | |
| parent | 42f8657a9f52e70130608cfb0e382cd3883b3b91 (diff) | |
gnu: python-reno: Remove some inputs.
* gnu/packages/openstack.scm (python-reno):
[native-inputs]: Remove python-openstackdocstheme.
[propagated-inputs]: Remove python-packaging, python-pbr.
Change-Id: Iaf11fc598567b176b0a1186abb3e5c34d579672c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index a4ba8be3e44..7ccb510f65b 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -850,7 +850,7 @@ in transmittable and storable formats, such as JSON and MessagePack.") | |||
| 850 | (list git-minimal/pinned | 850 | (list git-minimal/pinned |
| 851 | gnupg | 851 | gnupg |
| 852 | python-docutils | 852 | python-docutils |
| 853 | python-openstackdocstheme | 853 | python-pbr |
| 854 | python-pytest | 854 | python-pytest |
| 855 | python-setuptools | 855 | python-setuptools |
| 856 | python-sphinx | 856 | python-sphinx |
| @@ -861,8 +861,6 @@ in transmittable and storable formats, such as JSON and MessagePack.") | |||
| 861 | python-wheel)) | 861 | python-wheel)) |
| 862 | (propagated-inputs | 862 | (propagated-inputs |
| 863 | (list python-dulwich | 863 | (list python-dulwich |
| 864 | python-packaging | ||
| 865 | python-pbr | ||
| 866 | python-pyyaml)) | 864 | python-pyyaml)) |
| 867 | (home-page "https://docs.openstack.org/reno/latest/") | 865 | (home-page "https://docs.openstack.org/reno/latest/") |
| 868 | (synopsis "Release notes manager") | 866 | (synopsis "Release notes manager") |
