mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/lxml: Remove distribute dependency.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
47161124db
commit
10819c884b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue