diff options
author | Ross Burton <ross.burton@arm.com> | 2022-12-08 19:30:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-09 13:18:41 +0000 |
commit | 94c019d9c0a1e09fcdc7f971232f467546f36ee4 (patch) | |
tree | 9656b01817634a02f058795dd8d78ae0508f99b0 /meta/recipes-devtools | |
parent | 3910c4292a0c92c7c7e5fc17ade7f7bacbd3f0c7 (diff) | |
download | poky-94c019d9c0a1e09fcdc7f971232f467546f36ee4.tar.gz |
python3-cryptography: remove python3-tomli RDEPENDS
The test suite doesn't use tomli, so remove it.
(From OE-Core rev: 60c3c875e2547d636e55abd115c0c7fb23488379)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography_38.0.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb b/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb index 14ad459c1b..4bbc0904ed 100644 --- a/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb +++ b/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb | |||
@@ -45,7 +45,6 @@ RDEPENDS:${PN}-ptest += " \ | |||
45 | ${PYTHON_PN}-pytest \ | 45 | ${PYTHON_PN}-pytest \ |
46 | ${PYTHON_PN}-pytest-subtests \ | 46 | ${PYTHON_PN}-pytest-subtests \ |
47 | ${PYTHON_PN}-pytz \ | 47 | ${PYTHON_PN}-pytz \ |
48 | ${PYTHON_PN}-tomli \ | ||
49 | " | 48 | " |
50 | 49 | ||
51 | inherit ptest | 50 | inherit ptest |