diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb | 2 |
1 files changed, 1 insertions, 1 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 1e7bb1f3f6..c12a237653 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 | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54" | 14 | SRC_URI[sha256sum] = "9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54" |
15 | 15 | ||
16 | inherit pypi python_mesonpy cython | 16 | inherit pkgconfig pypi python_mesonpy cython |
17 | 17 | ||
18 | DEPENDS += " \ | 18 | DEPENDS += " \ |
19 | python3-numpy-native \ | 19 | python3-numpy-native \ |