diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb b/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb new file mode 100644 index 0000000000..a5a9822cd3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "A rough port of Node.js's EventEmitter to Python with a few tricks of its own" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b2b1cc8797dff32cec5d783148fceab5" | ||
| 4 | |||
| 5 | DEPENDS = "python3-setuptools-scm-native" | ||
| 6 | SRC_URI[sha256sum] = "0b931f7c14535667ed4c7e0d531716368715e860b988770fc7eb8578d1f67fc8" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "python3-typing-extensions" | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "pyee" | ||
