mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-09 19:34:43 +00:00
python: Build a working crypt module (closes #230)
This commit is contained in:
11
packages/python/cryptmodule.c.patch
Normal file
11
packages/python/cryptmodule.c.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -u -r ../Python-3.5.1/Modules/_cryptmodule.c ./Modules/_cryptmodule.c
|
||||
--- ../Python-3.5.1/Modules/_cryptmodule.c 2015-12-06 20:39:10.000000000 -0500
|
||||
+++ ./Modules/_cryptmodule.c 2016-04-23 08:11:35.832616854 -0400
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "Python.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
+#include <crypt.h>
|
||||
|
||||
/* Module crypt */
|
||||
|
||||
Reference in New Issue
Block a user