summaryrefslogtreecommitdiffstats
path: root/external/meta-python2/recipes-devtools/python/python-humanize_0.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-python2/recipes-devtools/python/python-humanize_0.5.1.bb')
-rw-r--r--external/meta-python2/recipes-devtools/python/python-humanize_0.5.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/external/meta-python2/recipes-devtools/python/python-humanize_0.5.1.bb b/external/meta-python2/recipes-devtools/python/python-humanize_0.5.1.bb
new file mode 100644
index 00000000..e91230df
--- /dev/null
+++ b/external/meta-python2/recipes-devtools/python/python-humanize_0.5.1.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Python humanize utilities"
+HOMEPAGE = "http://github.com/jmoiron/humanize"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=d2eff82fc25dd07c919a02465884f02e"
+
+SRC_URI[md5sum] = "e8473d9dc1b220911cac2edd53b1d973"
+SRC_URI[sha256sum] = "a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-datetime \
+"
+
+BBCLASSEXTEND = "native nativesdk"