python3: Fix hashlib module not compiled for host Python
[feed/packages.git] / lang / python / python3 / patches / 001-enable-zlib.patch
index 287b147d14ec3fb3618fd8ea1587e9b8bfd6dc2e..75766ee1961d465c6ff344d4b1fc9f7c866ac98f 100644 (file)
@@ -1,15 +1,6 @@
-From 6eeab87bc852481e599325549c854b701bf2e39f Mon Sep 17 00:00:00 2001
-From: Alexandru Ardelean <aa@ocedo.com>
-Date: Thu, 25 Sep 2014 18:18:29 +0300
-Subject: [PATCH] enable zlib
-
----
- Modules/Setup.dist | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/Modules/Setup.dist
-+++ b/Modules/Setup.dist
-@@ -335,7 +335,7 @@ _symtable symtablemodule.c
+--- a/Modules/Setup
++++ b/Modules/Setup
+@@ -343,7 +343,7 @@ _symtable symtablemodule.c
  # Andrew Kuchling's zlib module.
  # This require zlib 1.1.3 (or later).
  # See http://www.gzip.org/zlib/