Add python-requests as requested by other module maintainers
Issue: https://github.com/modularity-modules/python3/issues/6
This commit is contained in:
parent
d8263a25b9
commit
34774a9416
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue