python3-pynacl: allow -native build

Make this recipe available in native and SDK builds.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Mützel 2024-02-26 09:57:20 +01:00 committed by Khem Raj
parent ab7c469bfe
commit 067b6cd59b
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -34,3 +34,5 @@ RPROVIDES:${PN} = "python3-nacl"
# in meta-virtualization layer
#
RCONFLICTS:${PN} = "python3-nacl"
BBCLASSEXTEND = "native nativesdk"