diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-17 10:06:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:49 +0100 |
commit | ccf95f51e79423104620aa273663ad0acc2acf8b (patch) | |
tree | 6de1bbe6332c47147ac135d7097db168b914c629 /meta/recipes-devtools | |
parent | 32378e8736e5d07482b03bc480e13b35c50bf0f5 (diff) | |
download | poky-ccf95f51e79423104620aa273663ad0acc2acf8b.tar.gz |
python3-pycryptodome: add missing run-time dependencies
Add missing RDEPENDS for this package.
(From OE-Core rev: d22713851eaafad78b8b6392a7bff15d34b7d09c)
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
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/python-pycryptodome.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index 86d7f261af..8d9b6d911e 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc | |||
@@ -10,6 +10,8 @@ inherit pypi | |||
10 | PYPI_PACKAGE_EXT = "tar.gz" | 10 | PYPI_PACKAGE_EXT = "tar.gz" |
11 | 11 | ||
12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | python3-cffi \ | ||
14 | python3-ctypes \ | ||
13 | python3-io \ | 15 | python3-io \ |
14 | python3-math \ | 16 | python3-math \ |
15 | " | 17 | " |