mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
482 B
BlitzBasic
14 lines
482 B
BlitzBasic
SUMMARY = "Easy communication with NetworkManager from Python"
|
|
HOMEPAGE = "https://github.com/seveas/python-networkmanager"
|
|
LICENSE = "Zlib"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9f8a5b5844f027357ab19ef3e3c6a956"
|
|
|
|
SRC_URI[md5sum] = "7e05d3ca40a4fa50222ba93cda3d0d02"
|
|
SRC_URI[sha256sum] = "de6eb921d94aba7549f428ed2b3aa482a5d543ecb6965cbaa0fbb555ab31b9d5"
|
|
|
|
PYPI_PACKAGE = "python-networkmanager"
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = "networkmanager python3-dbus python3-six"
|