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

Balló György bgyorgy at nymeria.archlinux.org
Sat Jan 11 03:03:29 UTC 2014


    Date: Saturday, January 11, 2014 @ 04:03:29
  Author: bgyorgy
Revision: 103741

Remove python2-simplejson from optdepends

No one need this, because python has an internal JSON parser.

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-11 02:53:12 UTC (rev 103740)
+++ PKGBUILD	2014-01-11 03:03:29 UTC (rev 103741)
@@ -49,8 +49,7 @@
 package_python2-requests() {
     depends=(python2)
     optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
-                'python2-grequests: asynchronous requests with gevent'
-                'python2-simplejson')
+                'python2-grequests: asynchronous requests with gevent')
 
     cd "$srcdir/$_libname-$pkgver"
     rm -rf build; ln -s ../buildpy2 build




More information about the arch-commits mailing list