summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2023-09-03 22:40:21 -0400
committerredfish2023-09-03 22:40:21 -0400
commit96673114ac6b13a41559bce1b8cc17618da64b14 (patch)
tree30d6dc65b17778f82d49e0bc866e48f6cd589c94
parent6e22b1f19de74592c2a2df708b99a2df8f8a748c (diff)
downloadaur-python-ipfshttpclient.tar.gz
deps: add missing httpcore, httpx deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 513968002f0f..119481208b38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ipfshttpclient
pkgdesc = Python IPFS HTTP client library
pkgver = 0.7.0
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.python.org/pypi/ipfshttpclient
arch = any
license = MIT
@@ -18,6 +18,8 @@ pkgbase = python-ipfshttpclient
checkdepends = python-pluggy
checkdepends = python-py
depends = python
+ depends = python-httpcore
+ depends = python-httpx
depends = python-multiaddr
depends = python-netaddr
depends = python-requests
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'