summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f45fb8168dab..4d22b5822561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-pylint-plugin-utils
arch = any
license = GPL2
makedepends = python-setuptools
+ makedepends = python-pylint
depends = python
source = https://pypi.io/packages/source/p/pylint-plugin-utils/pylint-plugin-utils-0.5.tar.gz
sha256sums = 8d9e31d5ea8b7b0003e1f0f136b44a5235896a32e47c5bc2ef1143e9f6ba0b74
diff --git a/PKGBUILD b/PKGBUILD
index 0beb5da8a0f2..cc02188472f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/landscapeio/pylint-plugin-utils"
license=('GPL2')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-pylint')
source=("https://pypi.io/packages/source/p/pylint-plugin-utils/${_pypi_pkgname}-${pkgver}.tar.gz")
sha256sums=('8d9e31d5ea8b7b0003e1f0f136b44a5235896a32e47c5bc2ef1143e9f6ba0b74')