summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb')
-rw-r--r--meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb b/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb
index 8bd6e6bc..20210be9 100644
--- a/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb
+++ b/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb
@@ -10,7 +10,7 @@ DEPENDS += "python3-six"
10SRC_URI = "git://github.com/c0fec0de/anytree.git;branch=2.x.x;protocol=https" 10SRC_URI = "git://github.com/c0fec0de/anytree.git;branch=2.x.x;protocol=https"
11SRCREV = "75c0198636f8997967ba00df5077cd21350f68ce" 11SRCREV = "75c0198636f8997967ba00df5077cd21350f68ce"
12 12
13S = "${WORKDIR}/git" 13S = "${UNPACKDIR}/git"
14 14
15inherit setuptools3 15inherit setuptools3
16 16