python-setuptools: update to 28.8.0
This commit is contained in:
parent
bd723d6231
commit
8cb79d7a30
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue