add python2-requests for real
python2-requests is a common dependency for a few modules. Several runtime requirements for python2-requests have been added already, but p2-requests itself was omitted by mistake.
This commit is contained in:
parent
705e8e1e0d
commit
3f09bfeb76
1 changed files with 6 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ data:
|
|||
- python3-pyusb
|
||||
- python3-qrcode
|
||||
- python3-qrcode-core
|
||||
- python3-requests
|
||||
- python3-systemd
|
||||
- python3-tox
|
||||
- python3-yubico
|
||||
|
|
@ -98,6 +99,7 @@ data:
|
|||
- python2-python-etcd
|
||||
- python2-pyusb
|
||||
- python2-qrcode
|
||||
- python2-requests
|
||||
- python2-tox
|
||||
- python2-typing
|
||||
- python2-urllib3
|
||||
|
|
@ -200,6 +202,10 @@ data:
|
|||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-requests:
|
||||
rationale: Common runtime dependency, for example for pki
|
||||
ref: master
|
||||
buildorder: 0
|
||||
|
||||
python-crypto:
|
||||
rationale: Dependency of python-dns, awful unmaintained module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue