diff --git a/system/base/python3/actions.py b/system/base/python3/actions.py
index cd42f35e..8496a04f 100644
--- a/system/base/python3/actions.py
+++ b/system/base/python3/actions.py
@@ -26,10 +26,10 @@ def setup():
#shelltools.unlinkDir("Modules/_ctypes/libffi")
#shelltools.unlinkDir("Modules/_ctypes/libffi_msvc")
shelltools.unlinkDir("Modules/_ctypes/libffi_osx")
- #shelltools.unlinkDir("Modules/_decimal/libmpdec")
+ shelltools.unlinkDir("Modules/_decimal/libmpdec")
- shelltools.export("CFLAGS", "-I%s/temp/include -O3" %get.workDIR())
- shelltools.export("LDFLAGS", "-L%s/temp/lib -lbz2 -lpthread -ldl" %get.workDIR())
+ #shelltools.export("CFLAGS", "-I%s/temp/include -O3" %get.workDIR())
+ #shelltools.export("LDFLAGS", "-L%s/temp/lib -lbz2 -lpthread -ldl" %get.workDIR())
# fix unused direct dependency analysis
autotools.rawConfigure("LDSHARED='x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread'\
--prefix=/usr \
@@ -55,4 +55,4 @@ def install():
pisitools.removeDir("/usr/lib/python3.8/idlelib")
pisitools.removeDir("/usr/lib/python3.8/tkinter")
pisitools.removeDir("/usr/lib/python3.8/turtledemo")
- pisitools.remove("/usr/bin/idle3*")
\ No newline at end of file
+ pisitools.remove("/usr/bin/idle3*")
diff --git a/system/base/python3/pspec.xml b/system/base/python3/pspec.xml
index e0f17271..f24b9bbe 100644
--- a/system/base/python3/pspec.xml
+++ b/system/base/python3/pspec.xml
@@ -26,7 +26,6 @@
openssl-devel
readline-devel
mpdecimal-devel
- glibc-devel
@@ -54,7 +53,6 @@
openssl
readline
mpdecimal
- glibc
/usr/bin/p*
@@ -131,7 +129,7 @@
- 2020-10-22
+ 2020-12-09
3.8.6
Version bump
İdris Kalp