summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-09-28 11:00:57 +0300
committerKhem Raj <raj.khem@gmail.com>2020-09-30 15:57:51 -0700
commitc04c92ec5c03e3e6fde3cb43262c7071664d23ce (patch)
tree917e35b2d243ef79cb885b1edaf09299c1cdb08a /meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
parentc65f93c44f60b8b79d2c4fde131302a615dff52f (diff)
downloadmeta-openembedded-c04c92ec5c03e3e6fde3cb43262c7071664d23ce.tar.gz
python3-argcomplete: Upgrade 1.12.0 -> 1.12.1
Upgrade to release 1.12.1: - Update importlib-metadata dependency version range - Bash nounset mode fixes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
deleted file mode 100644
index dd749dd9eb..0000000000
--- a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script."
2HOMEPAGE = "https://github.com/kislyuk/argcomplete"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
5
6SRC_URI[md5sum] = "47e2a3db821f57165be8f3d3ec1e5259"
7SRC_URI[sha256sum] = "2fbe5ed09fd2c1d727d4199feca96569a5b50d44c71b16da9c742201f7cc295c"
8
9PYPI_PACKAGE = "argcomplete"
10
11inherit pypi setuptools3
12
13RDEPENDS_${PN} += "\
14 ${PYTHON_PN}-core \
15"
16
17BBCLASSEXTEND = "native nativesdk"
18