From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-pamela_0.3.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-pamela_0.3.0.bb (limited to 'external/meta-python2/recipes-devtools/python/python-pamela_0.3.0.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-pamela_0.3.0.bb b/external/meta-python2/recipes-devtools/python/python-pamela_0.3.0.bb new file mode 100644 index 00000000..7c39f28a --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-pamela_0.3.0.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Pamela: yet another Python wrapper for PAM" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=bfb663f37eb99232bc8ccfa4ea8f1202" + +SRC_URI[md5sum] = "de6516118d51eb5fc97017f3b6d5c68b" +SRC_URI[sha256sum] = "1e198446a6cdd87704aa0def7621d62e7c20b0e6068e2788b9a866a8355e5d6b" + +PYPI_PACKAGE = "pamela" + +inherit pypi setuptools + +RDEPENDS_${PN} = "libpam" + +inherit features_check +REQUIRED_DISTRO_FEATURES = "pam" + +# meta-python recipe did not follow Debian naming +PROVIDES += "pamela" -- cgit 1.2.3-korg