diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-04-21 15:39:58 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-16 14:08:30 +0100 |
commit | 820778cb31ab7ce146c417a3303f4cad7bd50cd9 (patch) | |
tree | 59c04e732fceb29023d6269dd2c4abde05ac30c0 /meta/recipes-devtools | |
parent | 8c37bb4baa86dfffe46130cb3298c8e30c53f945 (diff) | |
download | poky-820778cb31ab7ce146c417a3303f4cad7bd50cd9.tar.gz |
python3-pygpgme: remove the recipe
It was required only by dnf, which has switched to official gpgme bindings.
pygpgme itself is old and unmaintaned.
(From OE-Core rev: 2e3432f6ff7580726c047637b44fdac89dfa73ee)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-pygpgme_0.3.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/python/python3-pygpgme_0.3.bb b/meta/recipes-devtools/python/python3-pygpgme_0.3.bb deleted file mode 100644 index 495f677cfa..0000000000 --- a/meta/recipes-devtools/python/python3-pygpgme_0.3.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "A Python module for working with OpenPGP messages" | ||
2 | HOMEPAGE = "https://launchpad.net/pygpgme" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://README;md5=2dc15a76acf01e126188c8de634ae4b3" | ||
5 | |||
6 | SRC_URI = "https://launchpad.net/pygpgme/trunk/${PV}/+download/pygpgme-${PV}.tar.gz" | ||
7 | SRC_URI[md5sum] = "d38355af73f0352cde3d410b25f34fd0" | ||
8 | SRC_URI[sha256sum] = "5fd887c407015296a8fd3f4b867fe0fcca3179de97ccde90449853a3dfb802e1" | ||
9 | |||
10 | S = "${WORKDIR}/pygpgme-${PV}" | ||
11 | |||
12 | inherit distutils3 | ||
13 | |||
14 | DEPENDS = "gpgme python3" | ||
15 | |||
16 | RDEPENDS_${PN} += "python3-core" | ||
17 | |||
18 | BBCLASSEXTEND = "native nativesdk" | ||