diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fsspec_2024.10.0.bb (renamed from meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb b/meta-python/recipes-devtools/python/python3-fsspec_2024.10.0.bb index 1073f94802..e6c2b45f8c 100644 --- a/meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-fsspec_2024.10.0.bb | |||
| @@ -3,13 +3,14 @@ HOMEPAGE = "https://github.com/fsspec/filesystem_spec" | |||
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b38a11bf4dcdfc66307f8515ce1fbaa6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b38a11bf4dcdfc66307f8515ce1fbaa6" |
| 5 | 5 | ||
| 6 | DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" | 6 | SRC_URI[sha256sum] = "eda2d8a4116d4f2429db8550f2457da57279247dd930bb12f821b58391359493" |
| 7 | SRC_URI[sha256sum] = "4b0afb90c2f21832df142f292649035d80b421f60a9e1c027802e5a0da2b04e8" | ||
| 8 | 7 | ||
| 9 | inherit pypi python_hatchling ptest | 8 | inherit pypi python_hatchling ptest |
| 10 | 9 | ||
| 11 | PYPI_PACKAGE = "fsspec" | 10 | PYPI_PACKAGE = "fsspec" |
| 12 | 11 | ||
| 12 | DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" | ||
| 13 | |||
| 13 | RDEPENDS:${PN}-ptest += "\ | 14 | RDEPENDS:${PN}-ptest += "\ |
| 14 | python3-pytest \ | 15 | python3-pytest \ |
| 15 | python3-pytest-mock \ | 16 | python3-pytest-mock \ |
