summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb b/meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb
new file mode 100644
index 0000000000..bcff343480
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Pythonic task execution"
2HOMEPAGE = "https://www.pyinvoke.org/"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a8815068973f31b78c328dc067e297ab"
5
6SRC_URI[sha256sum] = "515bf49b4a48932b79b024590348da22f39c4942dff991ad1fb8b8baea1be707"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 python3-fcntl \
12 python3-json \
13 python3-logging \
14 python3-pprint \
15 python3-terminal \
16 python3-unittest \
17 python3-unixadmin \
18"