diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-23 13:03:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-24 17:53:05 +0100 |
commit | b39ea6620f6dba2c08adaef2632fc63fa2f8bc77 (patch) | |
tree | c93580ead5e6f54fd89c8a186a5e044708565234 /meta | |
parent | 64e26d1e6b6a6373b4495c2b273da6f8b9f84e16 (diff) | |
download | poky-b39ea6620f6dba2c08adaef2632fc63fa2f8bc77.tar.gz |
python3-markupsafe: Enable ptests
pytest is now in OE-Core
(From OE-Core rev: 48c83fc1141ff22c9ede0c82acec896937d61357)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb b/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb index 403a98a43f..cade4e0f51 100644 --- a/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb +++ b/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "MarkupSafe" | 9 | PYPI_PACKAGE = "MarkupSafe" |
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | # ptest disabled in OE-Core for now due to missing dependencies | 11 | inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-stringold" | 13 | RDEPENDS_${PN} += "${PYTHON_PN}-stringold" |
14 | 14 | ||