aboutsummaryrefslogtreecommitdiff
path: root/meta-optee/recipes-devtools/python/python-wand_0.4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-optee/recipes-devtools/python/python-wand_0.4.4.bb')
-rw-r--r--meta-optee/recipes-devtools/python/python-wand_0.4.4.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-optee/recipes-devtools/python/python-wand_0.4.4.bb b/meta-optee/recipes-devtools/python/python-wand_0.4.4.bb
new file mode 100644
index 00000000..1043987a
--- /dev/null
+++ b/meta-optee/recipes-devtools/python/python-wand_0.4.4.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Magic wand library"
+HOMEPAGE = "http://docs.wand-py.org/en/0.4.4/"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=170eafd687d4a2b950819cd5e067e6d5"
+
+SRCNAME = "wand"
+
+SRC_URI = "git://github.com/dahlia/wand.git;tag=${PV}"
+S = "${WORKDIR}/git"
+
+inherit setuptools
+
+DEPENDS += " imagemagick-native"
+
+BBCLASSEXTEND = "native"