summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ca11761e0f7..a13a25bfb474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python2-requests
pkgdesc = HTTP for Humans (legacy Python 2 version)
pkgver = 2.27.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/requests/2.27.1/
arch = any
license = Apache
makedepends = python2-setuptools
depends = python2
+ depends = python2-certifi
depends = python2-chardet
depends = python2-idna
depends = python2-urllib3