diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-07-06 15:44:46 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-07-06 15:44:46 +0000 |
commit | a0c01163f00c6c667453eb1ce2145f9d71e40e15 (patch) | |
tree | 85d34a16d8198104f3d1363e4ae4030359d5c9f7 /libxslt.spec.in | |
parent | fe876971231f0b6d69ed62814c868ef443427da7 (diff) | |
download | libxslt-a0c01163f00c6c667453eb1ce2145f9d71e40e15.tar.gz |
better python dependancy Red hat bug #126364 by Robert Scheck Daniel
* libxslt.spec.in: better python dependancy Red hat bug #126364
by Robert Scheck
Daniel
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r-- | libxslt.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in index 6998fd38..9f1c994c 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -38,7 +38,7 @@ Group: Development/Libraries Requires: libxslt = %{version} Requires: libxml2 >= @LIBXML_REQUIRED_VERSION@ Requires: libxml2-python >= @LIBXML_REQUIRED_VERSION@ -Requires: python +Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`) %description python The libxslt-python package contains a module that permits applications |