Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "Serialization based on ast.literal_eval" |
| 2 | LICENSE = "MIT" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5a8193ba89f1083617f32d522f6485e9" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 4 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 5 | SRC_URI[md5sum] = "0f9684622125a527fa4fbe2587738973" |
| 6 | SRC_URI[sha256sum] = "264a028e059c1b557701ae7c567cdab330dbd228ff924489343efcb39bd828a0" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 7 | |
| 8 | inherit pypi |
| 9 | |
| 10 | RDEPENDS_${PN} += "\ |
| 11 | ${PYTHON_PN}-netclient \ |
| 12 | ${PYTHON_PN}-numbers \ |
| 13 | " |