From 40888e352efb562265a08daba5f1bab61eb1c126 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 4 Sep 2019 10:23:18 +0800 Subject: python-logutils: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-logutils.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-logutils.inc (limited to 'meta-openstack/recipes-devtools/python/python-logutils.inc') diff --git a/meta-openstack/recipes-devtools/python/python-logutils.inc b/meta-openstack/recipes-devtools/python/python-logutils.inc new file mode 100644 index 0000000..87ab631 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-logutils.inc @@ -0,0 +1,16 @@ +DESCRIPTION = "Set of handlers for the Python standard library's logging package" +HOMEPAGE = "https://pypi.python.org/pypi/logutils" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44c35f0b8e2a27a2f33a4e4a5c65d014" + +SRC_URI[md5sum] = "fcd2f8e9217bfa0b580f253b35a9d954" +SRC_URI[sha256sum] = "bc058a25d5c209461f134e1f03cab637d66a7a5ccc12e593db56fbb279899a82" + +inherit pypi + +# avoid "error: option --single-version-externally-managed not recognized" +DISTUTILS_INSTALL_ARGS = "--root=${D} \ + --prefix=${prefix} \ + --install-lib=${PYTHON_SITEPACKAGES_DIR} \ + --install-data=${datadir}" -- cgit v1.2.3-54-g00ecf