aboutsummaryrefslogtreecommitdiff
path: root/meta-optee/recipes-devtools/python/python-wand_0.4.4.bb
blob: 1043987af6946569c7b74143b896888648375006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"