summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2023-10-11 14:48:05 -0700
committerArmin Kuster <akuster808@gmail.com>2023-10-17 08:23:02 -0400
commitbf7026000c048f9b7992b98499f789e4c3c3b0cc (patch)
tree02abadc82256db17f1d6a2224714ba75c1c6d911 /meta-python/recipes-devtools
parentc6a3490db1ffe3f86a4e09cc4cc04b01eaaf73f7 (diff)
downloadmeta-openembedded-bf7026000c048f9b7992b98499f789e4c3c3b0cc.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>
Diffstat (limited to 'meta-python/recipes-devtools')
-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"
10 10
11inherit pypi python_setuptools_build_meta 11inherit pypi python_setuptools_build_meta
12 12
13# in meta-virtualization layer
14#
15RCONFLICTS:${PN} = "python3-nacl"
16
13DEPENDS += "\ 17DEPENDS += "\
14 ${PYTHON_PN}-cffi-native \ 18 ${PYTHON_PN}-cffi-native \
15 libsodium \ 19 libsodium \