summaryrefslogtreecommitdiff
path: root/user/py3-requests
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2018-11-28 20:48:54 -0800
committerzlg <zlg@zlg.space>2018-11-28 20:48:54 -0800
commit802e1d02bd9dd80542a081f68cf649e8327953c0 (patch)
tree1a7f4347b2dc59975a202002bfd4687a91a8cfff /user/py3-requests
parentd82ff4e8b464aa14308cdc79ea0c93673fc9a7bf (diff)
downloadpackages-802e1d02bd9dd80542a081f68cf649e8327953c0.tar.gz
packages-802e1d02bd9dd80542a081f68cf649e8327953c0.tar.bz2
packages-802e1d02bd9dd80542a081f68cf649e8327953c0.tar.xz
packages-802e1d02bd9dd80542a081f68cf649e8327953c0.zip
user/py3-requests: Add python3 to depends
Diffstat (limited to 'user/py3-requests')
-rw-r--r--user/py3-requests/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-requests/APKBUILD b/user/py3-requests/APKBUILD
index 87e93afb8..68a449743 100644
--- a/user/py3-requests/APKBUILD
+++ b/user/py3-requests/APKBUILD
@@ -10,7 +10,7 @@ url="http://www.python-requests.org/"
arch="noarch"
license="Apache-2.0"
options="!check" # tests connect to remote sites
-depends="py3-chardet py3-idna py3-certifi py3-urllib3"
+depends="python3 py3-chardet py3-idna py3-certifi py3-urllib3"
makedepends="python3-dev"
subpackages=""
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"