diff options
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.bb | 14 |
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 @@ | |||
1 | DESCRIPTION = "Pamela: yet another Python wrapper for PAM" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=6b706db92112b8384848de3e5c6adaa3" | ||
4 | |||
5 | SRC_URI[sha256sum] = "d4b139fe600e192e176a2a368059207a6bffa0e7879879b13f4fcba0163481be" | ||
6 | |||
7 | PYPI_PACKAGE = "pamela" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS:${PN} = "libpam" | ||
12 | |||
13 | inherit features_check | ||
14 | REQUIRED_DISTRO_FEATURES = "pam" | ||