diff options
author | Sven-Hendrik Haase | 2016-06-28 02:44:40 +0200 |
---|---|---|
committer | Sven-Hendrik Haase | 2016-06-28 02:44:40 +0200 |
commit | c9cfb911bca2e760d4dca09d2bd5978f91f829cb (patch) | |
tree | bc4c7edb28088bee0de81a5012cfc763ba21ce63 | |
parent | bc60492d3e16f9977a367d738837f732d11f64b6 (diff) | |
download | aur-c9cfb911bca2e760d4dca09d2bd5978f91f829cb.tar.gz |
Add optdeps
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |