[arch-commits] Commit in python-aws-xray-sdk/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Fri Aug 20 07:44:28 UTC 2021


    Date: Friday, August 20, 2021 @ 07:44:28
  Author: yan12125
Revision: 1003952

upgpkg: python-aws-xray-sdk 2.8.0-2; fix dependencies

Noticed this after reading https://github.com/spulec/moto/pull/4142

Ref: https://github.com/aws/aws-xray-sdk-python/pull/306

Modified:
  python-aws-xray-sdk/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-20 07:24:17 UTC (rev 1003951)
+++ PKGBUILD	2021-08-20 07:44:28 UTC (rev 1003952)
@@ -4,13 +4,15 @@
 pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
 url='https://github.com/aws/aws-xray-sdk-python'
 license=(Apache)
-makedepends=(python-setuptools)
-depends=(python python-botocore python-future python-wrapt)
+# XXX: move setuptools back to makedepends in the next version
+# https://github.com/aws/aws-xray-sdk-python/pull/306
+makedepends=()
+depends=(python python-botocore python-future python-wrapt python-setuptools)
 checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest python-aiohttp
               python-pytest-aiohttp python-testing.postgresql python-psycopg2
               python-pg8000 python-requests python-aiobotocore python-bottle



More information about the arch-commits mailing list