From c4f0eacd3769322392071446ba16c186fe81b6f4 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 7 Nov 2012 13:11:06 -0800 Subject: [PATCH] fixed dependencies --- packaging/python-libxml2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/python-libxml2.spec b/packaging/python-libxml2.spec index 2dc7dec..970dac1 100644 --- a/packaging/python-libxml2.spec +++ b/packaging/python-libxml2.spec @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libxml2-devel BuildRequires: python-devel BuildRequires: python-xml -Requires: libxml2-2 = %{version} +Requires: libxml2 = %{version} Obsoletes: libxml2-python < %{version} Provides: libxml2-python = %{version} -- 2.7.4