diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-pdm_2.25.4.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb index 1e25e18974..da77ed8f6c 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb | |||
| @@ -6,10 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c" | 7 | SRC_URI[sha256sum] = "bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c" |
| 8 | 8 | ||
| 9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_pdm |
| 10 | 10 | ||
| 11 | DEPENDS += " \ | 11 | DEPENDS += " \ |
| 12 | python3-pdm-backend-native \ | ||
| 13 | python3-pdm-build-locked-native \ | 12 | python3-pdm-build-locked-native \ |
| 14 | " | 13 | " |
| 15 | 14 | ||
