summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fasching2019-08-08 22:24:57 +0200
committerAlexander Fasching2019-08-08 22:24:57 +0200
commit6fc88c57db539f74b5541bb50c92ab653730752f (patch)
treeba63a3ae79ba4bd8e76456e242de92f225fe2f04
parent66217c71e1c13cd7d83586bd095ac110a29caa40 (diff)
downloadaur-6fc88c57db539f74b5541bb50c92ab653730752f.tar.gz
upgpkg: python-grpcio-tools 1.22.0-3
Remove python2-setuptools as make-dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67b86c841005..dd550c0c9a94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-grpcio-tools
pkgdesc = Python protobuf generator for GRPC
pkgver = 1.22.0
- pkgrel = 2
+ pkgrel = 3
url = https://grpc.io/
arch = x86_64
arch = i686
license = Apache
makedepends = python-setuptools
- makedepends = python2-setuptools
depends = python
depends = python-grpcio
depends = python-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index efb3135e387c..b1ffa16e055d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='python-grpcio-tools'
pkgver=1.22.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python protobuf generator for GRPC"
arch=('x86_64' 'i686')
url="https://grpc.io/"
@@ -14,7 +14,7 @@ install=
changelog=
noextract=()
depends=('python' 'python-grpcio' 'python-protobuf')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/g/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('0b733afb78ca60ce3ec0479cd0c4faf0d0d43ab2e015145d19f1c4736c79d0e3776813d0147e7e71f21f6cff2747eeb641fcf1399455936fd7b507bf38b38896')