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