From 5b85349b05aedf4dee3f9fa7bba8303208ffd95a Mon Sep 17 00:00:00 2001 From: Dennis Menschel Date: Sat, 21 Jul 2018 01:29:37 +0200 Subject: python-semver: add new recipe This small python module provides a way to manage and compare version strings which adhere to the Semantic Versioning specification [1]. [1] https://semver.org Signed-off-by: Dennis Menschel Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-semver_2.8.1.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-semver_2.8.1.bb (limited to 'meta-python/recipes-devtools/python/python-semver_2.8.1.bb') diff --git a/meta-python/recipes-devtools/python/python-semver_2.8.1.bb b/meta-python/recipes-devtools/python/python-semver_2.8.1.bb new file mode 100644 index 0000000000..0572feb31b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-semver_2.8.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-semver.inc -- cgit v1.2.3-54-g00ecf