python-setuptools: update to 28.8.0

This commit is contained in:
Alessio Sergi 2016-11-10 10:01:45 +01:00
parent bd723d6231
commit 8cb79d7a30
2 changed files with 2 additions and 6 deletions

View file

@ -6,10 +6,6 @@ hook() {
: ${pyver:=2}
if [ -n "$py3_ver" ]; then
pyver=3
fi
if [ -d ${PKGDESTDIR}/usr/lib/python* ]; then
pyver="$(find ${PKGDESTDIR}/usr/lib/python* -prune -type d | grep -o '[[:digit:]]\.[[:digit:]]$')"
fi