commit: c4442d7097376a04b95333dee567740a64ff75ee
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 3 10:11:09 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 3 10:11:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c4442d70
scripts/bootstrap-prefix: drop obsolete stuff from bootstrap_python
Long time ago, we used Gentoo-patched Python sources. We no longer do
(because it's less work, and no longer necessary for the most part) so
remove the Gentoo-specific bit PYTHON_DISABLE_MODULES that doesn't do
anything now.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 82b8693832..ccc4d5070e 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1070,7 +1070,6 @@ bootstrap_python() {
# just make sure Python won't find it
export HOME="${S}"
- export PYTHON_DISABLE_MODULES="_bsddb bsddb bsddb185 bz2 crypt
_ctypes_test _curses _curses_panel dbm _elementtree gdbm _locale nis pyexpat
readline _sqlite3 _tkinter"
export OPT="${CFLAGS}"
einfo "Compiling ${A%.tar.*}"