python: remove util-linux dependency

This commit is contained in:
Dylan Araps 2020-02-08 01:55:12 +02:00
parent 84e7d60281
commit 5901fbf9fe
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,6 +2,12 @@
patch -p1 < python3-always-pip.patch
# Remove util-linux dependency.
cat >> Modules/Setup <<EOF
*disabled*
_uuid
EOF
./configure \
--prefix=/usr \
--enable-shared \