diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-deprecated_1.3.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-deprecated_1.3.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-deprecated_1.3.1.bb b/meta-python/recipes-devtools/python/python3-deprecated_1.3.1.bb new file mode 100644 index 0000000000..cc5c96a7a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-deprecated_1.3.1.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "Python @deprecated decorator to deprecate old python classes, functions or methods." | ||
| 2 | HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "b1b50e0ff0c1fddaa5708a2c6b0a6588bb09b892825ab2b214ac9ea9d92a5223" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-wrapt \ | ||
| 12 | " | ||
