Date: Sunday, June 22, 2014 @ 17:42:21
  Author: fyan
Revision: 113427

FS#40907 fix makedepends

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-06-22 15:29:21 UTC (rev 113426)
+++ PKGBUILD    2014-06-22 15:42:21 UTC (rev 113427)
@@ -9,7 +9,7 @@
 arch=('any')
 url="http://github.com/gabrielfalcao/httpretty";
 license=('MIT')
-makedepends=('python-urllib3' 'python2-urllib3')
+makedepends=('python-urllib3' 'python2-urllib3' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock' 'python2-mock'
               'python-sure' 'python2-sure' 'python-tornado' 'python2-tornado' 
'python-requests' 'python2-requests'
               'python-httplib2' 'python2-httplib2')

Reply via email to