python/lxml: Remove distribute dependency.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Larry Hajali 2013-06-09 09:04:36 -03:00 committed by dsomero
parent 47161124db
commit 10819c884b
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ find . \
-exec chmod 644 {} \;
python setup.py build --with-unicode-strings
python setup.py install --skip-build --root=$PKG --single-version-externally-managed
python setup.py install --skip-build --root=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.2.1.tar.gz"
MD5SUM="d183ccd6bbd5ca139e9db9e9a675787e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup distribute"
REQUIRES="BeautifulSoup"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"