diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-04-13 16:50:12 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-13 23:57:38 +0100 |
commit | 67bce43ef15bf641f1b1153a0408c4dc841ae8d6 (patch) | |
tree | edf8333802c21b010f0f932bdcdccba637563ec6 /meta/recipes-support | |
parent | 84cb611079b7cf78b9921c78978943fa4adae1c7 (diff) | |
download | openembedded-core-67bce43ef15bf641f1b1153a0408c4dc841ae8d6.tar.gz openembedded-core-67bce43ef15bf641f1b1153a0408c4dc841ae8d6.tar.bz2 openembedded-core-67bce43ef15bf641f1b1153a0408c4dc841ae8d6.zip |
gpgme: add a dependency on python-unixadmin to Python bindings package
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.8.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.8.0.bb b/meta/recipes-support/gpgme/gpgme_1.8.0.bb index cb9143aded..4ddf6ed999 100644 --- a/meta/recipes-support/gpgme/gpgme_1.8.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.8.0.bb @@ -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 |