From b3e992e7c7b0a169f17c78590b7ffda7b42882df Mon Sep 17 00:00:00 2001 From: ZoRo Date: Sat, 14 Dec 2019 16:49:54 +0000 Subject: Update aftetr compilation on centos6 --- python/py3/Setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/py3') diff --git a/python/py3/Setup b/python/py3/Setup index e8565c4..f817b57 100644 --- a/python/py3/Setup +++ b/python/py3/Setup @@ -181,7 +181,7 @@ _elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI #_pickle _pickle.c # pickle accelerator _datetime _datetimemodule.c # datetime accelerator _bisect _bisectmodule.c # Bisection algorithms -#_heapq _heapqmodule.c # Heap queue algorithm +_heapq _heapqmodule.c # Heap queue algorithm _asyncio _asynciomodule.c # Fast asyncio Future _json -I$(srcdir)/Include/internal -DPy_BUILD_CORE_BUILTIN _json.c # _json speedups _statistics _statisticsmodule.c # statistics accelerator @@ -327,7 +327,7 @@ _sha3 _sha3/sha3module.c # Helper module for various ascii-encoders -#binascii binascii.c +binascii binascii.c # Fred Drake's interface to the Python parser #parser parsermodule.c -- cgit v1.2.3