Date: Friday, October 11, 2013 @ 10:07:07
  Author: fyan
Revision: 98457

fix: use setuptools instead of distribute

Modified:
  python-pyquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-11 08:01:26 UTC (rev 98456)
+++ PKGBUILD    2013-10-11 08:07:07 UTC (rev 98457)
@@ -12,7 +12,7 @@
 arch=('any')
 url="https://github.com/gawel/pyquery/";
 license=('custom:BSD')
-makedepends=('python-distribute' 'python2-distribute' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
 source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip";
         "https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt";)
  

Reply via email to