Fridrich Strba 2023-05-28 19:25:05 +00:00 committed by Git OBS Bridge
parent fc20942c84
commit 3fee43e729
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Sun May 28 19:15:09 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Enable the tests also for older distributions
- Require python3 for distributions that don't use versioned
- Require python3-xml for distributions that don't use versioned
modules, since module xml is not in python3-base
-------------------------------------------------------------------

View File

@ -117,8 +117,8 @@ packaging in Linux distributions
%package -n python3-javapackages
Summary: Module for handling various files for Java packaging
Group: Development/Languages/Java
Requires: python3
Requires: python3-lxml
Requires: python3-xml
Obsoletes: python-javapackages < %{version}-%{release}
Provides: python-javapackages = %{version}-%{release}