summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-08-23 14:52:35 +0000
committer Eric Hameleers <alien@slackware.com>2013-08-23 14:52:35 +0000
commit44338f4941cba4ce609bfa116d81f3f559ce49c6 (patch)
treed371bc102b0ec5365ef2a5b621e3864e51305b6b /calibre
parentf35c5f1c30a5dcd4d35fb5afba554e163cd2c164 (diff)
downloadasb-44338f4941cba4ce609bfa116d81f3f559ce49c6.tar.gz
asb-44338f4941cba4ce609bfa116d81f3f559ce49c6.tar.xz
Remove apws from the slack-required if we built the python into the package
Diffstat (limited to 'calibre')
-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 c751e00a..7e16cc2d 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -1523,7 +1523,7 @@ mkdir -p $PKG/install
cat $SRCDIR/slack-desc > $PKG/install/slack-desc
if [ "$BUILD_PYTHON" = "YES" ]; then
cat $SRCDIR/slack-required \
- | grep -Ev "BeautifulSoup|dnspython|pycrypto|pysetuptools|python-cssselect|python-cssutils|python-dateutil|python-imaging|python-lxml|python-mechanize|python-netifaces|python-psutil" \
+ | grep -Ev "BeautifulSoup|apsw|dnspython|pycrypto|pysetuptools|python-cssselect|python-cssutils|python-dateutil|python-imaging|python-lxml|python-mechanize|python-netifaces|python-psutil" \
> $PKG/install/slack-required
else
cat $SRCDIR/slack-required > $PKG/install/slack-required