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

Felix Yan felixonmars at archlinux.org
Fri Nov 18 14:18:49 UTC 2016


    Date: Friday, November 18, 2016 @ 14:18:48
  Author: felixonmars
Revision: 281054

mock should be in makedepends (FS#51858)

Modified:
  python-urllib3/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-18 12:17:16 UTC (rev 281053)
+++ PKGBUILD	2016-11-18 14:18:48 UTC (rev 281054)
@@ -14,9 +14,10 @@
 license=("MIT")
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 'python-ndg-httpsclient'
              'python2-ndg-httpsclient' 'python-pyasn1' 'python2-pyasn1' 'python-pyopenssl'
-             'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-              'python-tornado' 'python2-tornado' 'python-coverage' 'python2-coverage')
+             'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 'python-mock' 'python2-mock'
+             'git')
+checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado' 'python-coverage'
+              'python2-coverage')
 source=("git+https://github.com/shazow/urllib3.git#tag=$pkgver")
 md5sums=('SKIP')
 



More information about the arch-commits mailing list