summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrumeet2021-03-24 16:43:10 -0700
committerTrumeet2021-03-24 16:43:10 -0700
commit3dfbbdfbb67686f9ff5042fb6c1e79b421c49934 (patch)
treea23ed7b1d1e742038049d555f44656920b43751e /PKGBUILD
parent1549b08eeb795a81a4a2715b7adee7b97ce51bb1 (diff)
downloadaur-3dfbbdfbb67686f9ff5042fb6c1e79b421c49934.tar.gz
fix: add missing checkdeps: flake8 python-pycodestyle
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7f0ab0a3177..2c38e6c6a97a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('custom')
groups=()
depends=('python')
makedepends=('python-setuptools')
-checkdepends=()
+checkdepends=('flake8' 'python-pycodestyle')
optdepends=()
provides=()
conflicts=()