Andrew Geissler | d221e03 | 2020-07-10 16:13:21 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Python-based Network Connectivity Management" |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/pyconnman/" |
| 3 | LICENSE = "Apache-2.0" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 4 | |
Andrew Geissler | d221e03 | 2020-07-10 16:13:21 -0500 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 6 | |
Andrew Geissler | d221e03 | 2020-07-10 16:13:21 -0500 | [diff] [blame] | 7 | SRC_URI[md5sum] = "d60bdffbd9c920f005fdc5e05a8b94cd" |
| 8 | SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f9ad926" |
| 9 | |
| 10 | inherit pypi setuptools3 |
| 11 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 12 | RDEPENDS:${PN} = "connman python3-dbus python3-pprint python3-future" |