diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch | 8 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (renamed from meta/recipes-devtools/python/python3-setuptools_69.0.2.bb) | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch index e1960b8d9f..7cafde4d5d 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 3fd8fcd33d2b0f3ac2fc043eac8641ab4432967d Mon Sep 17 00:00:00 2001 | 1 | From bfa655d63e79ba5a75441604ca14a70800794189 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Wed, 11 May 2022 21:41:14 +0200 | 3 | Date: Wed, 11 May 2022 21:41:14 +0200 |
| 4 | Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the | 4 | Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the |
| @@ -21,7 +21,7 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de> | |||
| 21 | 1 file changed, 10 insertions(+), 2 deletions(-) | 21 | 1 file changed, 10 insertions(+), 2 deletions(-) |
| 22 | 22 | ||
| 23 | diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py | 23 | diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py |
| 24 | index e41d51e..c17a79a 100644 | 24 | index a40a723..14f35e7 100644 |
| 25 | --- a/setuptools/_distutils/sysconfig.py | 25 | --- a/setuptools/_distutils/sysconfig.py |
| 26 | +++ b/setuptools/_distutils/sysconfig.py | 26 | +++ b/setuptools/_distutils/sysconfig.py |
| 27 | @@ -119,6 +119,8 @@ def get_python_inc(plat_specific=0, prefix=None): | 27 | @@ -119,6 +119,8 @@ def get_python_inc(plat_specific=0, prefix=None): |
| @@ -33,7 +33,7 @@ index e41d51e..c17a79a 100644 | |||
| 33 | resolved_prefix = prefix if prefix is not None else default_prefix | 33 | resolved_prefix = prefix if prefix is not None else default_prefix |
| 34 | try: | 34 | try: |
| 35 | getter = globals()[f'_get_python_inc_{os.name}'] | 35 | getter = globals()[f'_get_python_inc_{os.name}'] |
| 36 | @@ -221,7 +223,13 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): | 36 | @@ -238,7 +240,13 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): |
| 37 | 37 | ||
| 38 | early_prefix = prefix | 38 | early_prefix = prefix |
| 39 | 39 | ||
| @@ -48,7 +48,7 @@ index e41d51e..c17a79a 100644 | |||
| 48 | if standard_lib: | 48 | if standard_lib: |
| 49 | prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX | 49 | prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX |
| 50 | else: | 50 | else: |
| 51 | @@ -236,7 +244,7 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): | 51 | @@ -253,7 +261,7 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): |
| 52 | # Pure Python | 52 | # Pure Python |
| 53 | libdir = "lib" | 53 | libdir = "lib" |
| 54 | implementation = 'pypy' if IS_PYPY else 'python' | 54 | implementation = 'pypy' if IS_PYPY else 'python' |
diff --git a/meta/recipes-devtools/python/python3-setuptools_69.0.2.bb b/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb index 8093ab9ba8..ae8944f8b3 100644 --- a/meta/recipes-devtools/python/python3-setuptools_69.0.2.bb +++ b/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e | |||
| 11 | SRC_URI += " \ | 11 | SRC_URI += " \ |
| 12 | file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" | 12 | file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" |
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "735896e78a4742605974de002ac60562d286fa8051a7e2299445e8e8fbb01aa6" | 14 | SRC_URI[sha256sum] = "be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78" |
| 15 | 15 | ||
| 16 | DEPENDS += "${PYTHON_PN}" | 16 | DEPENDS += "${PYTHON_PN}" |
| 17 | 17 | ||
