aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2017-01-19 08:58:15 +0000
committerSenthil Kumaran Shanmugasundaram <senthil.kumaran@linaro.org>2017-01-19 09:20:35 +0000
commitbbfec5c991f62ca08b9c409422b952d850be4bef (patch)
tree5e8c5620742cd4ad7d58e7aa8b7165d1d5a0083f /setup.py
parent9dca673d9fe15f6d8edee03f3d07986717f892cd (diff)
Drop python-argcomplete requirement
Command line simplification in newer versions means that this is becoming unnecessary. Remove now so that lava-tool can avoid problems with argcomplete support in Stretch. Change-Id: I1974c29b6c4f3256cfdfe9e176465dd3081cdf13 Reviewed-on: https://review.linaro.org/16884 Reviewed-by: lava-bot Reviewed-by: Senthil Kumaran Shanmugasundaram <senthil.kumaran@linaro.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6a125c8..6cb8577 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,6 @@ setup(
],
install_requires=[
'PyYAML >= 3.10',
- 'argcomplete >= 0.3',
'pyxdg >= 0.19',
'jinja2',
'requests',