summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=()