diff mbox series

[mickledore,meta-python,1/1] python3-pynacl: add RCONFLICTS with python3-nacl

Message ID 20231113220924.2770520-1-joe.slater@windriver.com
State New
Headers show
Series [mickledore,meta-python,1/1] python3-pynacl: add RCONFLICTS with python3-nacl | expand

Commit Message

Slater, Joseph Nov. 13, 2023, 10:09 p.m. UTC
From: Joe Slater <joe.slater@windriver.com>

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)
---
 meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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 \