From 84ac2071e5cf2effaf21364f35acc732ccf2e804a50ec8efd08f6daa2d0f5567 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 30 May 2023 04:55:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/javapackages-tools?expand=0&rev=116 --- javapackages-tools.changes | 4 ++-- javapackages-tools.spec | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/javapackages-tools.changes b/javapackages-tools.changes index 7e90468..7b7e14a 100644 --- a/javapackages-tools.changes +++ b/javapackages-tools.changes @@ -2,8 +2,8 @@ Sun May 28 19:15:09 UTC 2023 - Fridrich Strba - Enable the tests also for older distributions -- Require python3-xml for distributions that don't use versioned - modules, since module xml is not in python3-base +- Require python3-xml (python-xml for distributions that use + versioned modules), since module xml needed by some scripts. ------------------------------------------------------------------- Wed Nov 9 08:50:08 UTC 2022 - Fridrich Strba diff --git a/javapackages-tools.spec b/javapackages-tools.spec index 94ee8c6..4ba5d35 100644 --- a/javapackages-tools.spec +++ b/javapackages-tools.spec @@ -107,6 +107,7 @@ allows artifact resolution using XMvn resolver. Summary: Module for handling various files for Java packaging Group: Development/Languages/Java Requires: python-lxml +Requires: python-xml %description -n python-javapackages Module for handling, querying and manipulating of various files for Java