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

Anatol Pomozov anatolik at archlinux.org
Wed Jan 13 19:27:23 UTC 2021


    Date: Wednesday, January 13, 2021 @ 19:27:23
  Author: anatolik
Revision: 820714

Remove python-setuptools from the dependency list

Per https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 19:20:55 UTC (rev 820713)
+++ PKGBUILD	2021-01-13 19:27:23 UTC (rev 820714)
@@ -7,7 +7,7 @@
 arch=(any)
 url='https://github.com/lucasdemarchi/codespell'
 license=(GPL2)
-depends=(python python-setuptools)
+depends=(python)
 checkdepends=(python-nose python-pytest)
 source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
 sha1sums=('0b1d1531447f3b5c73467879aba3472cc50359c7')



More information about the arch-commits mailing list