summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-pam.inc10
-rw-r--r--meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb12
2 files changed, 10 insertions, 12 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pam.inc b/meta-openstack/recipes-devtools/python/python-pam.inc
deleted file mode 100644
index 4fddfbc..0000000
--- a/meta-openstack/recipes-devtools/python/python-pam.inc
+++ /dev/null
@@ -1,10 +0,0 @@
1DESCRIPTION = "PAM interface using ctypes"
2HOMEPAGE = "http://atlee.ca/software/pam"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://setup.py;beginline=13;endline=13;md5=8ecc573c355c5eb26b2a4a4f3f62684d"
6
7SRC_URI[md5sum] = "4c5247af579352bb6882dac64be10a33"
8SRC_URI[sha256sum] = "35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b"
9
10inherit 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
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 @@
1require python-pam.inc 1DESCRIPTION = "PAM interface using ctypes"
2inherit setuptools3 2HOMEPAGE = "http://atlee.ca/software/pam"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://setup.py;beginline=13;endline=13;md5=8ecc573c355c5eb26b2a4a4f3f62684d"
6
7SRC_URI[md5sum] = "4c5247af579352bb6882dac64be10a33"
8SRC_URI[sha256sum] = "35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b"
9
10inherit setuptools3 pypi