summaryrefslogtreecommitdiffstats
path: root/calibre/build/calibre.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-07-16 17:13:38 +0000
committer Eric Hameleers <alien@slackware.com>2017-07-16 17:13:38 +0000
commit215b71b5542f2f485fb4ae855bdc1a3fd50621b5 (patch)
tree937a2c73ff0498e5c7d137b00f81d81f3b8eb308 /calibre/build/calibre.SlackBuild
parent18eb0eacc6511222045f5d1dce3d99a000605695 (diff)
downloadasb-215b71b5542f2f485fb4ae855bdc1a3fd50621b5.tar.gz
asb-215b71b5542f2f485fb4ae855bdc1a3fd50621b5.tar.xz
calibre: fix the build
Diffstat (limited to '')
-rwxr-xr-xcalibre/build/calibre.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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