From 1aa898f6907244cf6bc6509a4fdbdea540b88337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 20 Apr 2022 02:03:13 +0200 Subject: [PATCH] python3-pam: initial add 2.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-python/python3-pam_2.0.2.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-python/python3-pam_2.0.2.bb diff --git a/recipes-python/python3-pam_2.0.2.bb b/recipes-python/python3-pam_2.0.2.bb new file mode 100644 index 0000000..1980fc8 --- /dev/null +++ b/recipes-python/python3-pam_2.0.2.bb @@ -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 \ +"