add python3 modules, that are commonly bundled in ohter modules
especially cloud-init, pki and installer Also fixes issue #6 - missing p-requests dependency, and issue #7 - mismatchd p-cryptography-vectors buildrequirement
This commit is contained in:
parent
25631392af
commit
f2e33f6851
1 changed files with 83 additions and 0 deletions
|
|
@ -34,29 +34,53 @@ data:
|
|||
filter:
|
||||
rpms:
|
||||
- custodia
|
||||
- pyserial
|
||||
- python2-cffi
|
||||
- python-chardet
|
||||
- python2-configobj
|
||||
- python2-cryptography
|
||||
- python2-custodia
|
||||
- python2-custodia-extra
|
||||
- python2-dns
|
||||
- python2-idna
|
||||
- python2-jinja2
|
||||
- python2-jwcrypto
|
||||
- python2-jwt
|
||||
- python2-pluggy
|
||||
- python2-ply
|
||||
- python2-pyOpenSSL
|
||||
- python2-pycparser
|
||||
- python2-python-etcd
|
||||
- python2-pysocks
|
||||
- python2-requests
|
||||
- python2-systemd
|
||||
- python2-tox
|
||||
- python2-urllib3
|
||||
api:
|
||||
rpms:
|
||||
- python-systemd-doc
|
||||
- python3-cffi
|
||||
- python3-chardet
|
||||
- python3-configobj
|
||||
- python3-cryptography
|
||||
- python3-custodia
|
||||
- python3-custodia-extra
|
||||
- python3-dns
|
||||
- python3-idna
|
||||
- python3-jinja2
|
||||
- python3-jwcrypto
|
||||
- python3-jwt
|
||||
- python3-pluggy
|
||||
- python3-ply
|
||||
- python3-pyOpenSSL
|
||||
- python3-pycparser
|
||||
- python3-pysocks
|
||||
- python3-pyserial
|
||||
- python3-python-etcd
|
||||
- python3-requests
|
||||
- python3-systemd
|
||||
- python3-tox
|
||||
- python3-urllib3
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
|
|
@ -66,10 +90,29 @@ data:
|
|||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
pyOpenSSL:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-asn1crypto:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-systemd:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-cffi:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-chardet:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-configobj:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
python-cryptography:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
|
|
@ -78,11 +121,51 @@ data:
|
|||
rationale: Common dependency for Samba and FreeIPA
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-idna:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-jinja2:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
python-jwt:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
python-oauthlib:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
python-ply:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-prettytable:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
python-pycparser:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-pysocks:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-requests:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-urllib3:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
pyserial:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
buildorder: 0
|
||||
|
||||
python-cryptography-vectors:
|
||||
rationale: Buildtime dependency of python-cryptography
|
||||
ref: master
|
||||
buildorder: -10
|
||||
python-jwcrypto:
|
||||
rationale: Runtime dependency of freeipa and buildtime dependency of custodia
|
||||
ref: master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue