From bf7026000c048f9b7992b98499f789e4c3c3b0cc Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Wed, 11 Oct 2023 14:48:05 -0700 Subject: python3-pynacl: add RCONFLICTS with python3-nacl python3-nacl is in the meta-virtualization layer. Signed-off-by: Joe Slater Signed-off-by: Khem Raj (cherry picked from commit 74e31e51ffbd52b8864fed4debe7711e3ef4d739) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb b/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb index 6e53461979..5a8ed131af 100644 --- a/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb @@ -10,6 +10,10 @@ PYPI_PACKAGE = "PyNaCl" inherit pypi python_setuptools_build_meta +# in meta-virtualization layer +# +RCONFLICTS:${PN} = "python3-nacl" + DEPENDS += "\ ${PYTHON_PN}-cffi-native \ libsodium \ -- cgit v1.2.3-54-g00ecf