From 215b71b5542f2f485fb4ae855bdc1a3fd50621b5 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 16 Jul 2017 17:13:38 +0000 Subject: calibre: fix the build --- calibre/build/calibre.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calibre/build/calibre.SlackBuild') diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild index f1c0dd45..2bb25962 100755 --- a/calibre/build/calibre.SlackBuild +++ b/calibre/build/calibre.SlackBuild @@ -1732,7 +1732,7 @@ mkdir -p $PKG/install cat $SRCDIR/slack-desc > $PKG/install/slack-desc if [ "$BUILD_PYTHONMODS" = "YES" ]; then cat $SRCDIR/slack-required \ - | grep -Ev "PyQT5|sip|dnspython|pycrypto|pysetuptools|python-apsw|dbus-python|python-cssutils|python-dateutil|python-dukpy|python-html5-parser|python-html5lib|python-lxml|python-mechanize|python-msgpack|python-netifaces|python-psutil|python-pygments|python-regex|python-six|python-unrardll|python-webencodings|" \ + | grep -Ev "PyQT5|sip|dnspython|pycrypto|pysetuptools|python-apsw|dbus-python|python-cssutils|python-dateutil|python-dukpy|python-html5-parser|python-html5lib|python-lxml|python-mechanize|python-msgpack|python-netifaces|python-psutil|python-pygments|python-regex|python-six|python-unrardll|python-webencodings" \ > $PKG/install/slack-required else cat $SRCDIR/slack-required > $PKG/install/slack-required -- cgit v1.2.3-65-gdbad