python3-pam: initial add 2.0.2

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-04-20 02:03:13 +02:00
parent f4824cc7a8
commit 1aa898f690

View File

@@ -0,0 +1,16 @@
SUMMARY = "Python PAM module"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b65882aaede54437e617c55cc8b4fa17"
PYPI_PACKAGE = "python-pam"
inherit pypi python_setuptools_build_meta
DEPENDS += "${PYTHON_PN}-six-native"
SRC_URI[sha256sum] = "97235235ba9b82dbae8068d1099508455949b275f77273ca22fdbd8b1fb5d950"
RDEPENDS:${PN} += " \
${PYTHON_PN}-six \
${PYTHON_PN}-toml \
"