diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch b/meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch index 2de72b7199..3b4b170f7f 100644 --- a/meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch +++ b/meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch | |||
| @@ -18,7 +18,7 @@ diff --git a/setup.py b/setup.py | |||
| 18 | index 11b5cf5..2be4738 100644 | 18 | index 11b5cf5..2be4738 100644 |
| 19 | --- a/setup.py | 19 | --- a/setup.py |
| 20 | +++ b/setup.py | 20 | +++ b/setup.py |
| 21 | @@ -1895,8 +1895,8 @@ class PyBuildExt(build_ext): | 21 | @@ -1902,8 +1902,8 @@ class PyBuildExt(build_ext): |
| 22 | self.detect_decimal() | 22 | self.detect_decimal() |
| 23 | self.detect_ctypes() | 23 | self.detect_ctypes() |
| 24 | self.detect_multiprocessing() | 24 | self.detect_multiprocessing() |
