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

Commit 601a84e

Browse files
author
yan12125
committed
upgpkg: python-aws-xray-sdk 2.8.0-2; fix dependencies
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
1 parent 6290fbf commit 601a84e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

python-aws-xray-sdk/trunk/PKGBUILD

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
pkgname=python-aws-xray-sdk
55
_pkgname=aws-xray-sdk-python
66
pkgver=2.8.0
7-
pkgrel=1
7+
pkgrel=2
88
pkgdesc='AWS X-Ray SDK for Python'
99
arch=(any)
1010
url='https://github.com/aws/aws-xray-sdk-python'
1111
license=(Apache)
12-
makedepends=(python-setuptools)
13-
depends=(python python-botocore python-future python-wrapt)
12+
# XXX: move setuptools back to makedepends in the next version
13+
# https://github.com/aws/aws-xray-sdk-python/pull/306
14+
makedepends=()
15+
depends=(python python-botocore python-future python-wrapt python-setuptools)
1416
checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest python-aiohttp
1517
python-pytest-aiohttp python-testing.postgresql python-psycopg2
1618
python-pg8000 python-requests python-aiobotocore python-bottle

0 commit comments

Comments
 (0)