mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
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>
This commit is contained in:
11
meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb
Normal file
11
meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user