summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-devtools/python/python3-anytree_2.8.0.bb
blob: f5070be7be7eaaf348f5efd1709c7d64dba07bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "Powerful and Lightweight Python Tree Data Structure"

HOMEPAGE = "https://github.com/c0fec0de/anytree"
LICENSE = "Apache-2.0"

LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

DEPENDS += "python3-six"

SRC_URI = "git://github.com/c0fec0de/anytree.git;protocol=https"
SRCREV = "75c0198636f8997967ba00df5077cd21350f68ce"

S = "${WORKDIR}/git"

inherit setuptools3

do_install:append() {
	rm -f ${D}/${datadir}/LICENSE
	rmdir ${D}/${datadir} || :
}

BBCLASSEXTEND = "native nativesdk"