summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. L?wis <martin@v.loewis.de>2014-01-03 14:05:06 +0100
committerMartin v. L?wis <martin@v.loewis.de>2014-01-03 14:05:06 +0100
commit800e46c2f1bb98bf07fa5960145f3d6018fa56b3 (patch)
treefd2eaee5aea32c074ccc978fd72ff8d914ebc137 /Makefile.pre.in
parent18bc52cf70c8618e6c67334b6b544dedcb9828dd (diff)
downloadcpython-800e46c2f1bb98bf07fa5960145f3d6018fa56b3.tar.gz
* Issue #16113: Remove sha3 module again.
Patch by Christian Heimes, with modifications.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 009d4becb3..0ccd9b00bb 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -501,7 +501,6 @@ coverage-lcov:
: # remove 3rd party modules and system headers
@lcov --remove $(COVERAGE_INFO) \
'*/Modules/_ctypes/libffi*/*' \
- '*/Modules/_sha3/keccak/*' \
'*/Modules/_decimal/libmpdec/*' \
'*/Modules/expat/*' \
'*/Modules/zlib/*' \