Skip to content

Commit

Permalink
remove perl-XML-Writer dependency: was used for ycpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Sep 18, 2013
1 parent dcc95d2 commit f2b741c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions configure.in.in
Expand Up @@ -54,13 +54,6 @@ AM_CONDITIONAL(CHECK_QT4, test "$qt" = "true")

AC_SUBST(MOC)

## needed for documentation
CHECK_PERL_MODULE(XML::Writer, XMLWRITER)
if test "$XMLWRITER" = "false"; then
AC_MSG_ERROR([perl xml writer not installed])
exit
fi

## and generate the output
AC_CONFIG_FILES([
devtools/bin/version], [chmod +x devtools/bin/version])
Expand Down
2 changes: 0 additions & 2 deletions yast2-devtools.spec.in
Expand Up @@ -6,13 +6,11 @@ License: GPL-2.0+
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gcc-c++
BuildRequires: libxslt
BuildRequires: perl-XML-Writer
BuildRequires: pkgconfig
BuildRequires: sgml-skel
BuildRequires: libtool
BuildRequires: automake
Requires: perl
Requires: perl-XML-Writer
Requires: libxslt
# we install our .pc under $prefix/share
Requires: pkgconfig >= 0.16
Expand Down

0 comments on commit f2b741c

Please sign in to comment.