From 3b9f0cb0c2c241f0f99690e66586a654f7b23b39 Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 4 Dec 2019 15:04:42 +0800 Subject: python-pathlib: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-pathlib_1.0.1.bb | 25 ++-------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb index 21c02a2..02aafbf 100644 --- a/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb +++ b/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb @@ -1,23 +1,2 @@ -SUMMARY = "Object-oriented filesystem paths" -DESCRIPTION = "pathlib offers a set of classes to handle filesystem paths. \ -It offers the following advantages over using string objects: \ -- No more cumbersome use of os and os.path functions. \ -- Embodies the semantics of different path types. \ -- Well-defined semantics, eliminating any warts or ambiguities. \ -" -HOMEPAGE = "https://pypi.python.org/pypi/pathlib" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b6557c860f0fc867aeab30afd649753" - -SRC_URI[md5sum] = "5099ed48be9b1ee29b31c82819240537" -SRC_URI[sha256sum] = "6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f" - -inherit setuptools pypi - -DEPENDS += " \ - python-pip \ -" - -RDEPENDS_${PN} += " \ -" +require python-pathlib.inc +inherit setuptools -- cgit v1.2.3-54-g00ecf