Add recipe for python-inflection

Change-Id: If5849e79bd341c5eecccbfb12c5b042d2f122c44
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/common/recipes-devtools/python/python-inflection.inc b/common/recipes-devtools/python/python-inflection.inc
new file mode 100644
index 0000000..819b368
--- /dev/null
+++ b/common/recipes-devtools/python/python-inflection.inc
@@ -0,0 +1,20 @@
+SUMMARY = "A port of Ruby on Rails inflector to Python"
+DESCRIPTION = "Inflection is a string transformation library. It singularizes \
+and pluralizes English words, and transforms strings from CamelCase to \
+underscored string. Inflection is a port of Ruby on Rails’ inflector to Python."
+HOMEPAGE = "http://github.com/jpvanhal/inflection"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=de7833d9c2ce0052a4073928c76a13d7"
+
+inherit allarch
+inherit setuptools
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+RDEPENDS_${PN} += " \
+        ${PYTHON_PN}-re \
+        ${PYTHON_PN}-codecs \
+        "
+RDEPENDS_${PN}_class-native = ""
+
+BBCLASSEXTEND = "native nativesdk"