summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/pamela_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/pamela_1.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/pamela_1.2.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/pamela_1.2.0.bb b/meta-python/recipes-devtools/python/pamela_1.2.0.bb
new file mode 100644
index 0000000000..d343458aea
--- /dev/null
+++ b/meta-python/recipes-devtools/python/pamela_1.2.0.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "Pamela: yet another Python wrapper for PAM"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b5fa9af58a8076d81145be56b6801a2b"
4
5SRC_URI[sha256sum] = "0ea6e2a99dded8c7783a4a06f2d31f5bdcad894d79101e8f09322e387a34aacf"
6
7PYPI_PACKAGE = "pamela"
8
9inherit pypi python_setuptools_build_meta
10
11RDEPENDS:${PN} = "libpam"
12
13inherit features_check
14REQUIRED_DISTRO_FEATURES = "pam"