diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-logutils_0.3.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-logutils_0.3.5.bb | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-logutils_0.3.5.bb b/meta-openstack/recipes-devtools/python/python3-logutils_0.3.5.bb index 4d760e0..c006855 100644 --- a/meta-openstack/recipes-devtools/python/python3-logutils_0.3.5.bb +++ b/meta-openstack/recipes-devtools/python/python3-logutils_0.3.5.bb | |||
| @@ -1,2 +1,16 @@ | |||
| 1 | inherit setuptools3 | 1 | DESCRIPTION = "Set of handlers for the Python standard library's logging package" |
| 2 | require python-logutils.inc | 2 | HOMEPAGE = "https://pypi.python.org/pypi/logutils" |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44c35f0b8e2a27a2f33a4e4a5c65d014" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "fcd2f8e9217bfa0b580f253b35a9d954" | ||
| 8 | SRC_URI[sha256sum] = "bc058a25d5c209461f134e1f03cab637d66a7a5ccc12e593db56fbb279899a82" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | # avoid "error: option --single-version-externally-managed not recognized" | ||
| 13 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 14 | --prefix=${prefix} \ | ||
| 15 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 16 | --install-data=${datadir}" | ||
