]> granicus.if.org Git - python/commitdiff
[3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280)
authorSegev Finer <segev208@gmail.com>
Mon, 4 Sep 2017 17:08:35 +0000 (20:08 +0300)
committerBenjamin Peterson <benjamin@python.org>
Mon, 4 Sep 2017 17:08:35 +0000 (10:08 -0700)
(cherry picked from commit 1c1f8f30c03ca119528)

Modules/Setup.dist

index 8b87fc8143f089df76d175a0587bbeda5ace886d..735bacb1b4dfbf58c7c411bb4f0dc9256941285a 100644 (file)
@@ -250,6 +250,7 @@ _symtable symtablemodule.c
 #_sha1 sha1module.c
 #_sha256 sha256module.c
 #_sha512 sha512module.c
+#_sha3 _sha3/sha3module.c
 
 # _blake module
 #_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c