summaryrefslogtreecommitdiff
path: root/Ports/python3/patches/tweak-setup-py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/python3/patches/tweak-setup-py.patch')
-rw-r--r--Ports/python3/patches/tweak-setup-py.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/Ports/python3/patches/tweak-setup-py.patch b/Ports/python3/patches/tweak-setup-py.patch
index 047bb7dff7..af1673f044 100644
--- a/Ports/python3/patches/tweak-setup-py.patch
+++ b/Ports/python3/patches/tweak-setup-py.patch
@@ -1,5 +1,5 @@
---- Python-3.10.0rc1/setup.py.orig 2021-08-02 20:53:59.000000000 +0100
-+++ Python-3.10.0rc1/setup.py 2021-09-10 20:13:51.191781791 +0100
+--- Python-3.10.0rc2/setup.py 2021-09-18 16:58:59.857000000 +0200
++++ Python-3.10.0rc2/setup.py 2021-09-18 16:59:10.448465217 +0200
@@ -832,8 +832,8 @@
add_dir_to_list(self.compiler.include_dirs,
sysconfig.get_config_var("INCLUDEDIR"))
@@ -25,7 +25,7 @@
panel_library = 'panel'
if curses_library == 'ncursesw':
curses_defines.append(('HAVE_NCURSESW', '1'))
-@@ -1847,7 +1852,12 @@
+@@ -1849,7 +1854,12 @@
def detect_uuid(self):
# Build the _uuid module if possible