From 34774a9416c799aadda74f2c44ec4dba4d519c04 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Fri, 22 Sep 2017 15:23:41 +0200 Subject: [PATCH] Add python-requests as requested by other module maintainers Issue: https://github.com/modularity-modules/python3/issues/6 --- python3-ecosystem.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python3-ecosystem.yaml b/python3-ecosystem.yaml index 5a25f86..7a48d7a 100644 --- a/python3-ecosystem.yaml +++ b/python3-ecosystem.yaml @@ -41,6 +41,7 @@ data: - python2-jwcrypto - python2-pluggy - python2-python-etcd + - python2-requests - python2-systemd - python2-tox api: @@ -53,6 +54,7 @@ data: - python3-jwcrypto - python3-pluggy - python3-python-etcd + - python3-requests - python3-systemd - python3-tox buildopts: @@ -76,6 +78,10 @@ data: rationale: Common dependency for Samba and FreeIPA ref: master buildorder: 0 + python-requests: + rationale: Common dependency + ref: master + buildorder: 0 python-jwcrypto: rationale: Runtime dependency of freeipa and buildtime dependency of custodia