Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | SUMMARY = "AttrDict is an MIT-licensed library that provides mapping objects that allow their elements to be accessed both as keys and as attributes" |
| 2 | HOMEPAGE = "https://pypi.org/project/attrdict3/" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b37be7e71ebfc92a94bfacf6b20a1cc" |
| 5 | |
| 6 | DEPENDS = "" |
| 7 | |
| 8 | SRC_URI[sha256sum] = "004c171ca1120cc1755701db99d7fa4944afb1e68950434efdaa542513335fe8" |
| 9 | |
| 10 | inherit pypi setuptools3 |
| 11 | |
| 12 | BBCLASSEXTEND = "native" |
Patrick Williams | 520786c | 2023-06-25 16:20:36 -0500 | [diff] [blame] | 13 | |
| 14 | RDEPENDS:${PN} += "python3-six" |