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

Felix Yan fyan at nymeria.archlinux.org
Fri Oct 11 08:09:52 UTC 2013


    Date: Friday, October 11, 2013 @ 10:09:52
  Author: fyan
Revision: 98459

fix: use setuptools instead of distribute

Modified:
  python-sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-11 08:08:35 UTC (rev 98458)
+++ PKGBUILD	2013-10-11 08:09:52 UTC (rev 98459)
@@ -11,7 +11,7 @@
 arch=('any')
 url='http://pypi.python.org/pypi/sh'
 license=('MIT')
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz")
 
 build() {




More information about the arch-commits mailing list