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:
Michal Hlavinka 2017-11-03 17:58:27 +01:00
commit 3f09bfeb76

View file

@ -62,6 +62,7 @@ data:
- python3-pyusb - python3-pyusb
- python3-qrcode - python3-qrcode
- python3-qrcode-core - python3-qrcode-core
- python3-requests
- python3-systemd - python3-systemd
- python3-tox - python3-tox
- python3-yubico - python3-yubico
@ -98,6 +99,7 @@ data:
- python2-python-etcd - python2-python-etcd
- python2-pyusb - python2-pyusb
- python2-qrcode - python2-qrcode
- python2-requests
- python2-tox - python2-tox
- python2-typing - python2-typing
- python2-urllib3 - python2-urllib3
@ -200,6 +202,10 @@ data:
rationale: Runtime dependency of freeipa rationale: Runtime dependency of freeipa
ref: master ref: master
buildorder: 0 buildorder: 0
python-requests:
rationale: Common runtime dependency, for example for pki
ref: master
buildorder: 0
python-crypto: python-crypto:
rationale: Dependency of python-dns, awful unmaintained module rationale: Dependency of python-dns, awful unmaintained module