On 2021-03-07 10:22 a.m., Bartosz Golaszewski wrote:
[Please note: This e-mail is from an EXTERNAL e-mail address]

From: Bartosz Golaszewski <bgolaszew...@baylibre.com>

Add a recipe for python3-wpa-supplicant - a package allowing to talk to
the wpa_supplicant over dbus using a convenient python API.

Signed-off-by: Bartosz Golaszewski <bgolaszew...@baylibre.com>
Acked-by: Trevor Gamblin <trevor.gamb...@windriver.com>
---
  .../packagegroups/packagegroup-meta-python.bb        |  1 +
  .../python/python3-wpa-supplicant_0.2.bb             | 12 ++++++++++++
  2 files changed, 13 insertions(+)
  create mode 100644 
meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb 
b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 635dee194..c8bb2020a 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -507,6 +507,7 @@ RDEPENDS_packagegroup-meta-python3-ptest = "\
      python3-uritemplate-ptest \
      python3-webcolors-ptest \
      python3-whoosh-ptest \
+    python3-wpa-supplicant \
      python3-xlrd-ptest \
      python3-xmltodict-ptest \
      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 000000000..a62ccb72f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Python interface to the wpa_supplicant D-Bus interface"
+HOMEPAGE = "https://pypi.org/project/wpa_supplicant/";
+SECTION = "devel/python"
+LICENSE = "MPL-2.0"
+LIC_FILES_CHKSUM = 
"file://README.md;beginline=171;endline=199;md5=462586bcbebd12f5d0ac443be0ed3d91"
+
+SRC_URI[md5sum] = "c21c7841f5e03ff709a0564b2e094010"
+SRC_URI[sha256sum] = 
"3ad0f40a696763bb0f4d4dec5b51f6b53ccfeb7c16ebb5897349303045f94776"
+
+PYPI_PACKAGE = "wpa_supplicant"
+
+inherit pypi setuptools3
--
2.30.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#90205): 
https://lists.openembedded.org/g/openembedded-devel/message/90205
Mute This Topic: https://lists.openembedded.org/mt/81150727/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to