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

Jonathan Steel jsteel at archlinux.org
Sun Nov 10 21:33:21 UTC 2019


    Date: Sunday, November 10, 2019 @ 21:33:21
  Author: jsteel
Revision: 526574

Todo List: Die python2, die!

Modified:
  python-boto3/trunk/PKGBUILD
  python-botocore/trunk/PKGBUILD

--------------------------------+
 python-boto3/trunk/PKGBUILD    |    2 +-
 python-botocore/trunk/PKGBUILD |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: python-boto3/trunk/PKGBUILD
===================================================================
--- python-boto3/trunk/PKGBUILD	2019-11-10 21:30:58 UTC (rev 526573)
+++ python-boto3/trunk/PKGBUILD	2019-11-10 21:33:21 UTC (rev 526574)
@@ -10,7 +10,7 @@
 license=('Apache')
 url='https://github.com/boto/boto3'
 depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz")
 sha512sums=('6419bdf514bc09924567d7be53acd66c6896f2410acf8f1ce8c96a6b10feb8eb8f411e0c2a2e4de0a2cebb922546c10db88ec5fce5ef5945406ace71ae03d7bd')

Modified: python-botocore/trunk/PKGBUILD
===================================================================
--- python-botocore/trunk/PKGBUILD	2019-11-10 21:30:58 UTC (rev 526573)
+++ python-botocore/trunk/PKGBUILD	2019-11-10 21:33:21 UTC (rev 526574)
@@ -11,7 +11,7 @@
 url="https://github.com/boto/botocore"
 license=('Apache')
 depends=('python-dateutil' 'python-jmespath' 'python-docutils' 'python-urllib3')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
 md5sums=('b1954f44d773b7483bb31e1d0a27c23b')
 



More information about the arch-commits mailing list