[arch-commits] Commit in python-pylint/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Sep 8 15:28:07 UTC 2019


    Date: Sunday, September 8, 2019 @ 15:28:06
  Author: jelle
Revision: 362054

Resolve 'Missing build depends in python packages'

Many packages which use the setup_requires keyword can download their
dependencies from PyPI during the build stage; this should never be happening
as dependencies should be properly specified in makedepends.

Modified:
  python-pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-08 15:02:21 UTC (rev 362053)
+++ PKGBUILD	2019-09-08 15:28:06 UTC (rev 362054)
@@ -11,7 +11,8 @@
 url="http://pylint.org"
 license=('GPL')
 depends=('python-astroid' 'python-setuptools' 'python-mccabe' 'python-isort')
-checkdepends=('python-pytest-runner' 'mpdecimal')
+makedepends=('python-pytest-runner')
+checkdepends=('mpdecimal')
 optdepends=('tk: Pylint GUI'
             'graphviz: To have other output formats than dot or vcg')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz")



More information about the arch-commits mailing list