From 52ad04e69b8cdb9de78929f5c9ccb50a4e3f5c93 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 11:59:52 +0300 Subject: [PATCH] python: Fix conflict with setuptools --- extra/python/build | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/python/build b/extra/python/build index 3b0403a9..bace4d5d 100755 --- a/extra/python/build +++ b/extra/python/build @@ -7,3 +7,4 @@ make make DESTDIR="$1" install ln -s python3 "$1/usr/bin/python" +rm "$1/usr/bin/easy_install-3.6"