]> git.pld-linux.org Git - packages/python-requests.git/commitdiff
help poldek install python3-requests automatically; rel 2 auto/th/python-requests-2.26.0-2
authorJan Palus <atler@pld-linux.org>
Mon, 8 Nov 2021 12:32:33 +0000 (13:32 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 8 Nov 2021 12:32:33 +0000 (13:32 +0100)
until boolean dependencies are supported

python-requests.spec

index ef97b737466b871f1744071eed47592ddf2b20d7..1005d379eb3dcf976394ccb5253f01ab9dffffed 100644 (file)
@@ -11,7 +11,7 @@ Summary:      HTTP library for Python 2
 Summary(pl.UTF-8):     Biblioteka HTTP dla Pythona 2
 Name:          python-%{module}
 Version:       2.26.0
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.org/simple/requests/
@@ -96,8 +96,10 @@ Summary:     HTTP library for Python 3
 Summary(pl.UTF-8):     Biblioteka HTTP dla Pythona 3
 Group:         Development/Languages/Python
 Requires:      python3-modules >= 1:3.6
+Requires:      python3-charset_normalizer >= 2
 # for https
 Requires:      python3-cryptography >= 1.3.4
+Requires:      python3-idna >= 2.5
 Requires:      python3-pyOpenSSL >= 0.14
 Requires:      python3-urllib3 >= 1.22-2
 Suggests:      ca-certificates
This page took 0.128196 seconds and 4 git commands to generate.