- Add missing dependency on python-base for the devel subpackage.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=148
This commit is contained in:
Matej Cepl 2021-06-01 19:15:28 +00:00 committed by Git OBS Bridge
parent 2bfc401fc6
commit 6ac41a3f82
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 1 19:15:10 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Add missing dependency on python-base for the devel subpackage.
-------------------------------------------------------------------
Tue Jun 1 11:29:24 UTC 2021 - Pedro Monreal <pmonreal@suse.com>

View File

@ -60,6 +60,7 @@ This package contains documentation for lxml (HTML and PDF).
%package devel
Summary: Development files for python-lxml
Group: Development/Libraries/Python
BuildRequires: %{python_module base}
Requires: %{name} = %{version}
%description devel