diff options
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r-- | libxslt.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in index 3186255e..0142972d 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -11,6 +11,7 @@ Requires: libxml2 >= @LIBXML_REQUIRED_VERSION@ BuildRequires: libxml2-devel >= @LIBXML_REQUIRED_VERSION@ BuildRequires: python python-devel BuildRequires: libxml2-python +BuildRequires: libgcrypt-devel Prefix: %{_prefix} Docdir: %{_docdir} @@ -25,6 +26,7 @@ Summary: Libraries, includes, etc. to embed the Gnome XSLT engine Group: Development/Libraries Requires: libxslt = %{version} Requires: libxml2-devel >= 2.5.6 +Requires: libgcrypt-devel %description devel This C library allows to transform XML files into other XML files |