aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2023-11-13 14:09:24 -0800
committerArmin Kuster <akuster808@gmail.com>2023-11-14 18:21:02 -0500
commitf2be7e99f8f2aa3679d28ba67226e2884da2af80 (patch)
treeaa5838f7f20d983e941a00d8fe4176784945545e
parentab0504ff3740a19bc461e2b4414b23aa59d9fff8 (diff)
downloadmeta-openembedded-contrib-f2be7e99f8f2aa3679d28ba67226e2884da2af80.tar.gz
python3-pynacl: add RCONFLICTS with python3-nacl
python3-nacl is in the meta-virtualization layer. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 74e31e51ffbd52b8864fed4debe7711e3ef4d739) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb4
1 files changed, 4 insertions, 0 deletions
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 \