summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-paho-mqtt_2.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb)8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_2.0.0.bb
index 9055772b5..e4cf77a13 100644
--- a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_2.0.0.bb
@@ -5,9 +5,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e5f264c6988aec56808a3a11e77b913 \
5" 5"
6SRCNAME = "paho-mqtt" 6SRCNAME = "paho-mqtt"
7 7
8inherit pypi setuptools3 8inherit pypi python_hatchling python_setuptools_build_meta
9 9
10SRC_URI[sha256sum] = "2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f" 10SRC_URI[sha256sum] = "13b205f29251e4f2c66a6c923c31fc4fd780561e03b2d775cff8e4f2915cf947"
11
12PYPI_SRC_URI = "https://files.pythonhosted.org/packages/73/b7/a4df0f93bbdae237e16ba402752151eceee576cbe80c235a2475fbf81eea/paho_mqtt-${PV}.tar.gz"
13
14S = "${WORKDIR}/paho_mqtt-${PV}"
11 15
12DEPENDS += "python3-pytest-runner-native" 16DEPENDS += "python3-pytest-runner-native"
13 17