From 45025ac905dc33cfc2e3b8bbe3b97c7d36656557e973c068edf7a4100512f71b Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 14 Nov 2023 10:05:31 +0000 Subject: [PATCH] Accepting request 1125417 from home:aplanas:branches:devel:microos - Do not requires the library for the documentation OBS-URL: https://build.opensuse.org/request/show/1125417 OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=17 --- python-libeconf.changes | 5 +++++ python-libeconf.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-libeconf.changes b/python-libeconf.changes index cd7bf84..0ad11e8 100644 --- a/python-libeconf.changes +++ b/python-libeconf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 13 07:55:36 UTC 2023 - Alberto Planas Dominguez + +- Do not requires the library for the documentation + ------------------------------------------------------------------ Wed Nov 8 12:45:07 UTC 2023 - Alberto Planas Dominguez diff --git a/python-libeconf.spec b/python-libeconf.spec index 358d42f..cf4612c 100644 --- a/python-libeconf.spec +++ b/python-libeconf.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} %define skip_python39 1 Name: python-libeconf Version: 0.6.0 @@ -40,7 +41,6 @@ Python bindings for libeconf %package -n python-libeconf-doc Summary: Man page for python-libeconf -Requires: python-libeconf %description -n python-libeconf-doc Man page for python-lineconf @@ -57,8 +57,9 @@ mkdir -p %{buildroot}/usr/share/man/man3 cp docs/python-libeconf.3 %{buildroot}%{_mandir}/man3/ %files %python_files -%{python_sitelib}/ -%pycache_only %{python_sitelib}/__pycache__ +%{python_sitelib} +# The cache is not always present +#pycache_only %{python_sitelib}/__pycache__ %files -n python-libeconf-doc %defattr(-,root,root)