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

Felix Yan felixonmars at archlinux.org
Wed Feb 3 12:37:27 UTC 2021


    Date: Wednesday, February 3, 2021 @ 12:37:26
  Author: felixonmars
Revision: 843188

upgpkg: python-gevent 21.1.2-2: fix dependency on setuptools (pkg_resources)

Modified:
  python-gevent/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-03 12:27:07 UTC (rev 843187)
+++ PKGBUILD	2021-02-03 12:37:26 UTC (rev 843188)
@@ -5,12 +5,13 @@
 pkgbase=python-gevent
 pkgname=(python-gevent python2-gevent)
 pkgver=21.1.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc="Python network library that uses greenlet and libev for easy and scalable concurrency"
 license=("MIT")
 url="http://www.gevent.org/"
-makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'c-ares' 'libev')
+makedepends=('python-greenlet' 'python2-greenlet' 'python-setuptools' 'python2-setuptools' 'cython'
+             'cython2' 'c-ares' 'libev')
 checkdepends=('lsof' 'python-perf' 'python2-perf' 'python2-virtualenv' 'python-objgraph'
               'python2-objgraph' 'python-zope-interface' 'python2-zope-interface' 'python-dnspython'
               'python2-dnspython' 'python-requests' 'python2-requests' 'python-zope-event'
@@ -59,7 +60,7 @@
 }
 
 package_python-gevent() {
-  depends=('c-ares' 'libev' 'python-greenlet' 'python-zope-event' 'python-zope-interface')
+  depends=('c-ares' 'libev' 'python-greenlet' 'python-setuptools' 'python-zope-event' 'python-zope-interface')
 
   cd gevent-$pkgver
   python setup.py install -O1 --root="$pkgdir"
@@ -67,7 +68,7 @@
 }
 
 package_python2-gevent() {
-  depends=('c-ares' 'libev' 'python2-greenlet' 'python2-zope-event' 'python2-zope-interface')
+  depends=('c-ares' 'libev' 'python2-greenlet' 'python2-setuptools' 'python2-zope-event' 'python2-zope-interface')
 
   cd gevent-$pkgver-py2
   python2 setup.py install -O1 --root="$pkgdir"



More information about the arch-commits mailing list