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