diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-08-24 10:35:28 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-24 10:37:25 -0700 |
commit | bf78e13071db58ac105732ce9dcb2b67e564849f (patch) | |
tree | 6e116f01048047a2463b0c43df1b61d7dda4518c /meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb | |
parent | d135ee1c0b4feaee338f476be9319759cd6feb94 (diff) | |
download | meta-openembedded-bf78e13071db58ac105732ce9dcb2b67e564849f.tar.gz |
python3-pandas: Downgrade version check for numpy to 1.x
Helps it build with PEP-517 backend
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb b/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb index ac8d46984..25b03c8e3 100644 --- a/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb | |||
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cb819092901ddb13a7d0a4f5e05f098a" | |||
8 | 8 | ||
9 | SRC_URI += " \ | 9 | SRC_URI += " \ |
10 | file://0001-pyproject.toml-don-t-pin-dependency-versions.patch \ | 10 | file://0001-pyproject.toml-don-t-pin-dependency-versions.patch \ |
11 | file://0001-pyproject.toml-Downgrade-numpy-version-needs-to-1.x.patch \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | SRC_URI[sha256sum] = "9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54" | 14 | SRC_URI[sha256sum] = "9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54" |