| Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | DESCRIPTION = "Pamela: yet another Python wrapper for PAM" |
| 2 | LICENSE = "MIT" | ||||
| 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=bfb663f37eb99232bc8ccfa4ea8f1202" | ||||
| 4 | |||||
| 5 | SRC_URI[md5sum] = "de6516118d51eb5fc97017f3b6d5c68b" | ||||
| 6 | SRC_URI[sha256sum] = "1e198446a6cdd87704aa0def7621d62e7c20b0e6068e2788b9a866a8355e5d6b" | ||||
| 7 | |||||
| 8 | PYPI_PACKAGE = "pamela" | ||||
| 9 | |||||
| 10 | inherit pypi setuptools | ||||
| 11 | |||||
| 12 | RDEPENDS_${PN} = "libpam" | ||||
| 13 | |||||
| 14 | inherit distro_features_check | ||||
| 15 | REQUIRED_DISTRO_FEATURES = "pam" | ||||