aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-07-10 20:19:31 -0700
committerKhem Raj <raj.khem@gmail.com>2020-07-16 07:10:24 -0700
commit25705fae4a423e16b33a4f25f123c2df5ff56bb8 (patch)
tree8b68c297e3a8e70e7b9dd24078b1201a10c3eae3 /meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb
parent6e6a7293180bda791e0500cf0f87e63c35065dce (diff)
downloadmeta-openembedded-25705fae4a423e16b33a4f25f123c2df5ff56bb8.tar.gz
python3-gnupg: add new package
Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb b/meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb
new file mode 100644
index 0000000000..ff0a91c6f6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb
@@ -0,0 +1,11 @@
+SUMMARY = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b0b7ac63b60085b23fa9f7e1951daa1d"
+
+PYPI_PACKAGE = "python-gnupg"
+SRC_URI[sha256sum] = "3aa0884b3bd414652c2385b9df39e7b87272c2eca1b8fcc3089bc9e58652019a"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "gnupg-gpg"