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

Felix Yan felixonmars at archlinux.org
Fri Nov 15 06:08:53 UTC 2019


    Date: Friday, November 15, 2019 @ 06:08:53
  Author: felixonmars
Revision: 368906

remove redundant depends line

Modified:
  python-pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-15 06:07:52 UTC (rev 368905)
+++ PKGBUILD	2019-11-15 06:08:53 UTC (rev 368906)
@@ -30,8 +30,6 @@
 }
 
 package() {
-  depends=('python-astroid' 'python-setuptools' 'python-mccabe' 'python-isort')
-
   cd pylint-pylint-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1
 



More information about the arch-commits mailing list