diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb b/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb deleted file mode 100644 index 71f3d3594e..0000000000 --- a/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | # Copyright (C) 2021 Khem Raj <raj.khem@gmail.com> | ||
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 3 | |||
| 4 | SUMMARY = "An aspect-oriented programming, monkey-patch and decorators library." | ||
| 5 | DESCRIPTION = " It is useful when changing behavior in existing code is desired. \ | ||
| 6 | It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework." | ||
| 7 | HOMEPAGE = "https://github.com/ionelmc/python-aspectlib" | ||
| 8 | LICENSE = "BSD-2-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d58b3f20fd10347a9458b8a03793b62e" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "d275ec82c4c2712e564bb760e4accff8f061f648e38774feabeb8b241cf3a4aa" | ||
| 12 | |||
| 13 | inherit ptest pypi setuptools3 | ||
| 14 | |||
| 15 | SRC_URI += "file://run-ptest \ | ||
| 16 | file://0001-Remove-tornado-6-test-constraint.-Ref-15.patch \ | ||
| 17 | " | ||
| 18 | |||
| 19 | do_install_ptest() { | ||
| 20 | install -d ${D}${PTEST_PATH}/tests | ||
| 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 22 | } | ||
| 23 | |||
| 24 | RDEPENDS:${PN}-ptest += "\ | ||
| 25 | python3-tornado \ | ||
| 26 | python3-process-tests \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RDEPENDS:${PN} += "python3-core python3-fields" | ||
| 30 | |||
| 31 | BBCLASSEXTEND = "native nativesdk" | ||
