python3-wpa-supplicant: replace DESCRIPTION with SUMMARY

SUMMARY seems to be the preferred variable for short info on a project
supported by the recipe. Replace DESCRIPTION with SUMMARY for
python wpa-supplicant module.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2021-03-20 22:23:09 +01:00
committed by Khem Raj
parent 68f7c47da9
commit 6e83f210ff

View File

@@ -1,4 +1,4 @@
DESCRIPTION = "Python interface to the wpa_supplicant D-Bus interface"
SUMMARY = "Python interface to the wpa_supplicant D-Bus interface"
HOMEPAGE = "https://pypi.org/project/wpa_supplicant/"
SECTION = "devel/python"
LICENSE = "MPL-2.0"