summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-09-04 10:23:18 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-09-05 09:56:02 -0400
commit40888e352efb562265a08daba5f1bab61eb1c126 (patch)
tree540f2bb95f2ce6bdfef719cc2e40b4f6e088e5b9 /meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb
parent6561468efc40f002c69b0bc9d6e1baf982a2b6e5 (diff)
downloadmeta-cloud-services-40888e352efb562265a08daba5f1bab61eb1c126.tar.gz
python-logutils: 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/python-logutils_0.3.5.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb18
1 files changed, 2 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb b/meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb
index 51177b3..9331a16 100644
--- a/meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb
+++ b/meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb
@@ -1,16 +1,2 @@
1DESCRIPTION = "Set of handlers for the Python standard library's logging package" 1inherit setuptools
2HOMEPAGE = "https://pypi.python.org/pypi/logutils" 2require python-logutils.inc
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44c35f0b8e2a27a2f33a4e4a5c65d014"
6
7SRC_URI[md5sum] = "fcd2f8e9217bfa0b580f253b35a9d954"
8SRC_URI[sha256sum] = "bc058a25d5c209461f134e1f03cab637d66a7a5ccc12e593db56fbb279899a82"
9
10inherit setuptools pypi
11
12# avoid "error: option --single-version-externally-managed not recognized"
13DISTUTILS_INSTALL_ARGS = "--root=${D} \
14 --prefix=${prefix} \
15 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
16 --install-data=${datadir}"