diff options
author | otreblan | 2022-10-31 14:41:30 -0500 |
---|---|---|
committer | otreblan | 2022-10-31 14:41:30 -0500 |
commit | 73cec0c0da7dfba794777d0a18afc3af373e2aef (patch) | |
tree | 4de0e6cf82280ed5e0b68e16027e5e6b815324db | |
parent | 8a6317f07d00926e10b57de6fa42f45575fbd331 (diff) | |
download | aur-73cec0c0da7dfba794777d0a18afc3af373e2aef.tar.gz |
Add python-backoff as a dependency
Thanks valenvb
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,12 +1,13 @@ pkgbase = python-gql pkgdesc = Python GraphQL client pkgver = 3.4.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/graphql-python/gql arch = any license = MIT makedepends = python-setuptools depends = python-aiohttp + depends = python-backoff depends = python-graphql-core depends = python-requests depends = python-websockets @@ -2,7 +2,7 @@ pkgname='python-gql' pkgver=3.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python GraphQL client" arch=('any') provides=() @@ -11,6 +11,7 @@ url="https://github.com/graphql-python/gql" license=('MIT') depends=( 'python-aiohttp' + 'python-backoff' 'python-graphql-core' 'python-requests' 'python-websockets' |