summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrumeet2021-03-24 16:43:10 -0700
committerTrumeet2021-03-24 16:43:10 -0700
commit3dfbbdfbb67686f9ff5042fb6c1e79b421c49934 (patch)
treea23ed7b1d1e742038049d555f44656920b43751e
parent1549b08eeb795a81a4a2715b7adee7b97ce51bb1 (diff)
downloadaur-3dfbbdfbb67686f9ff5042fb6c1e79b421c49934.tar.gz
fix: add missing checkdeps: flake8 python-pycodestyle
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff4c5e85b10a..d2aa8dbd544b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-immutables
url = https://github.com/MagicStack/immutables
arch = x86_64
license = custom
+ checkdepends = flake8
+ checkdepends = python-pycodestyle
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/i/immutables/immutables-0.15.tar.gz
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=()