diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-09-29 11:19:26 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-01 23:11:59 -0400 |
| commit | 910195eb791d754d394ba1013a258ab120c995e9 (patch) | |
| tree | 45c81cfb3058ad22b6c608c63949182a60f29981 /meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb | |
| parent | 7f775376da134bf50690268664daa1bd77c2a3b4 (diff) | |
| download | meta-cloud-services-910195eb791d754d394ba1013a258ab120c995e9.tar.gz | |
python3-pam: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb | 12 |
1 files changed, 10 insertions, 2 deletions
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 index e62079f..c6f6be9 100644 --- a/meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb +++ b/meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb | |||
| @@ -1,2 +1,10 @@ | |||
| 1 | require python-pam.inc | 1 | DESCRIPTION = "PAM interface using ctypes" |
| 2 | inherit setuptools3 | 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 setuptools3 pypi | ||
