summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df981bfc9b30..52b836aebec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ arch=('any')
makedepends=('python-setuptools' 'pydocstyle' 'python-pep8-naming' 'python-yaml' 'python-dodgy' 'python-setoptconf'
'python-requirements-detector' 'python-pylint-common' 'python-pylint-plugin-utils'
'python-pylint-django' 'python-pylint-celery' 'python-pylint-flask')
+optdeps=('python-pyroma: check setup.py'
+ 'python-vulture: find dead code')
url="https://github.com/landscapeio/prospector"
license=('GPL2')
source=(https://github.com/landscapeio/prospector/archive/${pkgver}.tar.gz)