summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkaash Suresh2020-01-14 16:05:58 -0600
committerAkaash Suresh2020-01-14 16:05:58 -0600
commit0ffa5812153cbed1e70971a0480d4bf1ba7e1c27 (patch)
tree8ed048e40261f3fd94ac8657bf9466613cae3405
parentec44df1de042481eb84a86a820e9fb269d97cfca (diff)
downloadaur-0ffa5812153cbed1e70971a0480d4bf1ba7e1c27.tar.gz
Add flake8 to dependencies
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc6667a9ee1b..0d3c5d5c8213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ depends=(
'python-appdirs'
'python-argcomplete'
'python-colorama'
+ 'flake8'
'avr-gcc'
'clang'
'dfu-programmer'