From 511f43fd17544d8e687bf793cd829af705f755d9 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Mon, 13 Nov 2023 14:09:24 -0800 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') 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