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

Jelle van der Waa jelle at archlinux.org
Wed Dec 12 16:06:44 UTC 2018


    Date: Wednesday, December 12, 2018 @ 16:06:43
  Author: jelle
Revision: 415643

Remove useless python2 makedep

Modified:
  python-rstr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-12 16:05:49 UTC (rev 415642)
+++ PKGBUILD	2018-12-12 16:06:43 UTC (rev 415643)
@@ -11,7 +11,7 @@
 url="https://bitbucket.org/leapfrogdevelopment/rstr"
 license=('BSD')
 depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
 sha256sums=('5dea822326e418e0c9816c9cd14ae9c7be2d4cd4334043c397f202bc2ae2eda4')
 



More information about the arch-commits mailing list