libraries/enum34: Remove python 3 support.

It failed with this error message:
AttributeError: module 'enum' has no attribute 'IntFlag'

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-01-01 13:36:50 +07:00
parent 0f7846d24d
commit 0a90b3de17

View file

@ -71,10 +71,6 @@ find -L . \
python setup.py install --root=$PKG
if $(python3 -c 'import sys' 2>/dev/null); then
python3 setup.py install --root=$PKG
fi
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true