From d844ae0644d6e9d3ae28c7d38d19f592f9205030 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 6 Jul 2020 16:36:25 +0800 Subject: python3-httplib2: Remove recipe This recipe already exists in meta-openembedded, the path is: /meta-openembedded/meta-python/recipes-devtools/python/python3-httplib2_0.18.1.bb Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-httplib2.inc | 17 ----------------- .../recipes-devtools/python/python3-httplib2_0.14.0.bb | 2 -- 2 files changed, 19 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-httplib2.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-httplib2.inc b/meta-openstack/recipes-devtools/python/python-httplib2.inc deleted file mode 100644 index 35c8b1c..0000000 --- a/meta-openstack/recipes-devtools/python/python-httplib2.inc +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "A comprehensive HTTP client library" -HOMEPAGE = "https://code.google.com/p/httplib2/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2d0e1e5a49b6ead3380e3ac544351eb9" - -SRC_URI[md5sum] = "427cda9f4d55762db325bd2eb46b7fe0" -SRC_URI[sha256sum] = "34537dcdd5e0f2386d29e0e2c6d4a1703a3b982d34c198a5102e6e5d6194b107" - -inherit pypi - -do_install_append() { - perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` - for f in $perm_files; do - chmod 644 "${f}" - done -} diff --git a/meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb b/meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb deleted file mode 100644 index 03be0bd..0000000 --- a/meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-httplib2.inc -- cgit v1.2.3-54-g00ecf