summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAkaash Suresh2020-01-14 16:07:26 -0600
committerAkaash Suresh2020-01-14 16:07:26 -0600
commit275c34d365f9cc1560ce833736ccef0624db99ac (patch)
tree6684efb24fcc9c08ab9a5fcb57d2261bd64d3d23 /PKGBUILD
parente05cb8718fa3aad688e60f2f9b0549491128cf38 (diff)
downloadaur-275c34d365f9cc1560ce833736ccef0624db99ac.tar.gz
Add flake8 to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0873d82d4709..2e803e860135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ depends=(
'python-appdirs'
'python-argcomplete'
'python-colorama'
+ 'flake8'
'avr-gcc'
'clang'
'dfu-programmer'