From ac5a37e7ec73f7c076fbd3146d5ae6e577288d4f918315b3b6dd6ee3539b6954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Mar 2015 13:35:38 +0000 Subject: [PATCH] - Update requires on python packages to properly have all the needed dependencies on runtime OBS-URL: https://build.opensuse.org/package/show/Java:packages/javapackages-tools?expand=0&rev=22 --- javapackages-tools.changes | 6 ++++++ javapackages-tools.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/javapackages-tools.changes b/javapackages-tools.changes index e4f475c..6b0f81c 100644 --- a/javapackages-tools.changes +++ b/javapackages-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 17 13:35:17 UTC 2015 - tchvatal@suse.com + +- Update requires on python packages to properly have all the needed + dependencies on runtime + ------------------------------------------------------------------- Tue Mar 17 09:34:37 UTC 2015 - tchvatal@suse.com diff --git a/javapackages-tools.spec b/javapackages-tools.spec index 8799c7f..15ddca2 100644 --- a/javapackages-tools.spec +++ b/javapackages-tools.spec @@ -47,6 +47,9 @@ BuildRequires: pkgconfig(python) Requires: coreutils Requires: lua Requires: python +# for the xb pom conversions +Requires: python-pyxb +Requires: python-six # for xml.dom.minidom Requires: python-xml Provides: jpackage-utils = %{version}-%{release}