Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 1 | SUMMARY = "An efficient and agile neural network intent parser. Padatious is a core component of Mycroft AI." |
| 2 | HOMEPAGE = "https://github.com/MycroftAI/padatious" |
| 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://README.md;md5=cc85c733dffe81e8a7fde2e8f8a6a404" |
| 5 | |
| 6 | SRC_URI[md5sum] = "7dd2f1830737dc142aa199f77dacf32e" |
| 7 | SRC_URI[sha256sum] = "e471f251b94e8cadf6e4214f0f3b7b36678848aaa8c51cd5638ab23ecb716f75" |
| 8 | |
| 9 | inherit pypi setuptools3 |
Patrick Williams | 520786c | 2023-06-25 16:20:36 -0500 | [diff] [blame] | 10 | |
| 11 | RDEPENDS:${PN} += " \ |
| 12 | python3-fann2 \ |
| 13 | python3-json \ |
| 14 | python3-multiprocessing \ |
| 15 | python3-padaos \ |
| 16 | python3-xxhash \ |
| 17 | " |