diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pathlib.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pathlib.inc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pathlib.inc b/meta-openstack/recipes-devtools/python/python-pathlib.inc deleted file mode 100644 index 1df01f3..0000000 --- a/meta-openstack/recipes-devtools/python/python-pathlib.inc +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "Object-oriented filesystem paths" | ||
| 2 | DESCRIPTION = "pathlib offers a set of classes to handle filesystem paths. \ | ||
| 3 | It offers the following advantages over using string objects: \ | ||
| 4 | - No more cumbersome use of os and os.path functions. \ | ||
| 5 | - Embodies the semantics of different path types. \ | ||
| 6 | - Well-defined semantics, eliminating any warts or ambiguities. \ | ||
| 7 | " | ||
| 8 | HOMEPAGE = "https://pypi.python.org/pypi/pathlib" | ||
| 9 | SECTION = "devel/python" | ||
| 10 | LICENSE = "MIT" | ||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b6557c860f0fc867aeab30afd649753" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "5099ed48be9b1ee29b31c82819240537" | ||
| 14 | SRC_URI[sha256sum] = "6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f" | ||
| 15 | |||
| 16 | inherit pypi | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | ${PYTHON_PN}-pip \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += " \ | ||
| 23 | " | ||
