On 10/11/2011 12:12 PM, Zdeněk Pavlas wrote:
Since F15, xml modules are not bundled in package 'python', but
in 'python-libs'.  Some F16 installs don't provide python-libs.
---
  yum.spec |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/yum.spec b/yum.spec
index b78a9f6..2890436 100644
--- a/yum.spec
+++ b/yum.spec
@@ -40,6 +40,7 @@ BuildRequires: pygpgme
  Conflicts: pirut<  1.1.4
  Requires: python>= 2.4
  Requires: rpm-python, rpm>= 0:4.4.2
+Requires: python-libs
  Requires: python-iniparse
  Requires: python-sqlite
  Requires: python-urlgrabber>= 3.9.0-8

Um, the python interpreter itself is linked to the shared library provided by python-libs. Remove python-libs (only possible with --nodeps) and you wont be able run python at all. Whatever the actual issue in BZ 744380 is, this is not going to solve it.

        - Panu -
_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to