summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2017-10-18 16:29:39 +0200
committerFrederik “Freso” S. Olesen2017-10-18 16:29:39 +0200
commit4092bb8d3b250462eae538015e27f6c0c86f51e9 (patch)
tree22deb2145ebca90e2db013c3aa524dc09c994c43
parent30a965d84441adee8adc88fe4b6544667d9314bc (diff)
downloadaur-4092bb8d3b250462eae538015e27f6c0c86f51e9.tar.gz
Add snowballstemmer dependency
As per https://github.com/PyCQA/pydocstyle/blob/2.1.1/requirements/runtime.txt
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57029f870807..5f111aaa2219 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = pydocstyle
license = MIT
makedepends = python-setuptools
depends = python
+ depends = python-snowballstemmer
source = https://github.com/PyCQA/pydocstyle/archive/2.1.1.tar.gz
sha1sums = 7b493316733068f6b662d272627f7927f1c0cbeb
diff --git a/PKGBUILD b/PKGBUILD
index 8387828ca6ae..e6590b4d3e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="PEP 257 docstring style checker."
arch=(any)
url="https://github.com/PyCQA/pydocstyle"
license=('MIT')
-depends=('python')
+depends=('python' 'python-snowballstemmer')
makedepends=('python-setuptools')
source=("https://github.com/PyCQA/pydocstyle/archive/${pkgver}.tar.gz")
sha1sums=('7b493316733068f6b662d272627f7927f1c0cbeb')