summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2023-09-03 22:40:21 -0400
committerredfish2023-09-03 22:40:21 -0400
commit96673114ac6b13a41559bce1b8cc17618da64b14 (patch)
tree30d6dc65b17778f82d49e0bc866e48f6cd589c94 /PKGBUILD
parent6e22b1f19de74592c2a2df708b99a2df8f8a748c (diff)
downloadaur-96673114ac6b13a41559bce1b8cc17618da64b14.tar.gz
deps: add missing httpcore, httpx deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f21b12f7d4c5..a7443e448420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=python-ipfshttpclient
_name=ipfshttpclient
pkgver=0.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="Python IPFS HTTP client library"
arch=('any')
conflicts=("python-ipfsapi") # legacy name
url="https://pypi.python.org/pypi/ipfshttpclient"
license=('MIT')
depends=('python'
+ 'python-httpcore'
+ 'python-httpx'
'python-multiaddr'
'python-netaddr'
'python-requests'