mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
gpgme: add a dependency on python-unixadmin to Python bindings package
(From OE-Core rev: 67bce43ef15bf641f1b1153a0408c4dc841ae8d6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
575f8b4819
commit
b4a093735c
@@ -24,6 +24,9 @@ SRC_URI[sha256sum] = "596097257c2ce22e747741f8ff3d7e24f6e26231fa198a41b2a072e62d
|
||||
DEPENDS = "libgpg-error libassuan"
|
||||
RDEPENDS_${PN}-cpp += "libstdc++"
|
||||
|
||||
RDEPENDS_python2-gpg += "python-unixadmin"
|
||||
RDEPENDS_python3-gpg += "python3-unixadmin"
|
||||
|
||||
BINCONFIG = "${bindir}/gpgme-config"
|
||||
|
||||
# Note select python2 or python3, but you can't select both at the same time
|
||||
|
||||
Reference in New Issue
Block a user