From b59ac8dc613e3523bdcb7cb263a50ecdce821ae0 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Fri, 3 Nov 2017 17:16:39 +0100 Subject: [PATCH] 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. --- python2-ecosystem.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python2-ecosystem.yaml b/python2-ecosystem.yaml index d0ed271..4c68bec 100644 --- a/python2-ecosystem.yaml +++ b/python2-ecosystem.yaml @@ -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