summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb12
2 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 2748c50591..45d370c779 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -514,6 +514,7 @@ RDEPENDS_packagegroup-meta-python3-ptest = "\
514 python3-uritemplate-ptest \ 514 python3-uritemplate-ptest \
515 python3-webcolors-ptest \ 515 python3-webcolors-ptest \
516 python3-whoosh-ptest \ 516 python3-whoosh-ptest \
517 python3-wpa-supplicant \
517 python3-xlrd-ptest \ 518 python3-xlrd-ptest \
518 python3-xmltodict-ptest \ 519 python3-xmltodict-ptest \
519 python3-xxhash-ptest \ 520 python3-xxhash-ptest \
diff --git a/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb
new file mode 100644
index 0000000000..a62ccb72fb
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "Python interface to the wpa_supplicant D-Bus interface"
2HOMEPAGE = "https://pypi.org/project/wpa_supplicant/"
3SECTION = "devel/python"
4LICENSE = "MPL-2.0"
5LIC_FILES_CHKSUM = "file://README.md;beginline=171;endline=199;md5=462586bcbebd12f5d0ac443be0ed3d91"
6
7SRC_URI[md5sum] = "c21c7841f5e03ff709a0564b2e094010"
8SRC_URI[sha256sum] = "3ad0f40a696763bb0f4d4dec5b51f6b53ccfeb7c16ebb5897349303045f94776"
9
10PYPI_PACKAGE = "wpa_supplicant"
11
12inherit pypi setuptools3