From 6ac41a3f8292bf08147fcd5b63915bdeca18af6feecc7bd71615c9d65d4889d1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 1 Jun 2021 19:15:28 +0000 Subject: [PATCH] - 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 --- python-lxml.changes | 5 +++++ python-lxml.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-lxml.changes b/python-lxml.changes index 4f758ad..18b6ca0 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 1 19:15:10 UTC 2021 - Matej Cepl + +- Add missing dependency on python-base for the devel subpackage. + ------------------------------------------------------------------- Tue Jun 1 11:29:24 UTC 2021 - Pedro Monreal diff --git a/python-lxml.spec b/python-lxml.spec index 61bc893..aa27689 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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