diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-04 14:51:44 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-06 14:10:45 -0500 |
| commit | e36605c16349ba6661fea61b56088bcb753abd0f (patch) | |
| tree | 383e3069d940afe21bac81fb7eb353d6e0a71768 /meta-openstack/recipes-devtools/python | |
| parent | 84c527f3e946158b8f928c602a95effc668cef11 (diff) | |
| download | meta-cloud-services-e36605c16349ba6661fea61b56088bcb753abd0f.tar.gz | |
python-pam: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
3 files changed, 14 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pam.inc b/meta-openstack/recipes-devtools/python/python-pam.inc new file mode 100644 index 0000000..4fddfbc --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pam.inc | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | DESCRIPTION = "PAM interface using ctypes" | ||
| 2 | HOMEPAGE = "http://atlee.ca/software/pam" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=13;endline=13;md5=8ecc573c355c5eb26b2a4a4f3f62684d" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "4c5247af579352bb6882dac64be10a33" | ||
| 8 | SRC_URI[sha256sum] = "35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b" | ||
| 9 | |||
| 10 | inherit pypi | ||
diff --git a/meta-openstack/recipes-devtools/python/python-pam_0.1.4.bb b/meta-openstack/recipes-devtools/python/python-pam_0.1.4.bb index c818d5f..b583d30 100644 --- a/meta-openstack/recipes-devtools/python/python-pam_0.1.4.bb +++ b/meta-openstack/recipes-devtools/python/python-pam_0.1.4.bb | |||
| @@ -1,10 +1,2 @@ | |||
| 1 | DESCRIPTION = "PAM interface using ctypes" | 1 | require python-pam.inc |
| 2 | HOMEPAGE = "http://atlee.ca/software/pam" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=13;endline=13;md5=8ecc573c355c5eb26b2a4a4f3f62684d" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "4c5247af579352bb6882dac64be10a33" | ||
| 8 | SRC_URI[sha256sum] = "35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb b/meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb new file mode 100644 index 0000000..e62079f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | require python-pam.inc | ||
| 2 | inherit setuptools3 | ||
