diff --git a/recipes-devtools/python/python3-adafruit-platformdetect_3.27.0.bb b/recipes-devtools/python/python3-adafruit-platformdetect_3.89.1.bb similarity index 52% rename from recipes-devtools/python/python3-adafruit-platformdetect_3.27.0.bb rename to recipes-devtools/python/python3-adafruit-platformdetect_3.89.1.bb index 32eb491..05d0539 100644 --- a/recipes-devtools/python/python3-adafruit-platformdetect_3.27.0.bb +++ b/recipes-devtools/python/python3-adafruit-platformdetect_3.89.1.bb @@ -3,11 +3,15 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_Python_PlatformDetect" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=fccd531dce4b989c05173925f0bbb76c" -SRC_URI = "git://github.com/adafruit/Adafruit_Python_PlatformDetect.git;branch=main;protocol=https" -SRCREV = "e1460098eeca5ea573f92814691bb378e15530d9" +SRC_URI[sha256sum] = "74552d1afcf779a84ca63527a1eaee9995c429ff422db15492bad0c3599cab4b" -inherit setuptools3 +PYPI_PACKAGE = "adafruit_platformdetect" -DEPENDS += "python3-setuptools-scm-native" +inherit pypi python_setuptools_build_meta + +DEPENDS += "\ + python3-setuptools-scm-native \ + python3-wheel-native \ +" RDEPENDS:${PN} += "python3-core"