Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: python-aws-xray-sdk 2.8.0-2; fix dependencies
Browse files Browse the repository at this point in the history
Noticed this after reading getmoto/moto#4142

Ref: aws/aws-xray-sdk-python#306


git-svn-id: file:///srv/repos/svn-community/svn@1003952 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 committed Aug 20, 2021
1 parent 6290fbf commit 601a84e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions python-aws-xray-sdk/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 601a84e

Please sign in to comment.