Add python3 modules that are required by the freeipa module
This commit is contained in:
parent
2779f9b725
commit
08d83ade94
1 changed files with 53 additions and 0 deletions
|
|
@ -35,28 +35,39 @@ data:
|
|||
rpms:
|
||||
- custodia
|
||||
- python2-asn1crypto
|
||||
- python2-augeas
|
||||
- python2-cffi
|
||||
- python2-chardet
|
||||
- python2-configobj
|
||||
- python2-crypto
|
||||
- python2-cryptography
|
||||
- python2-cryptography-vectors
|
||||
- python3-cryptography-vectors
|
||||
- python2-custodia
|
||||
- python2-custodia-extra
|
||||
- python2-dns
|
||||
- python2-gssapi
|
||||
- python2-idna
|
||||
- python2-jinja2
|
||||
- python2-jwcrypto
|
||||
- python2-jwt
|
||||
- python2-kdcproxy
|
||||
- python2-netaddr
|
||||
- python2-netifaces
|
||||
- python2-oauthlib
|
||||
- python2-pluggy
|
||||
- python2-ply
|
||||
- python2-prettytable
|
||||
- python2-pyOpenSSL
|
||||
- python2-pyasn1
|
||||
- python2-pyasn1-modules
|
||||
- python2-pycparser
|
||||
- python2-python-etcd
|
||||
- python2-pyserial
|
||||
- python2-pysocks
|
||||
- python-qrcode-core
|
||||
- python2-qrcode
|
||||
- python3-qrcode
|
||||
- python2-requests
|
||||
- python2-systemd
|
||||
- python2-tox
|
||||
|
|
@ -64,24 +75,34 @@ data:
|
|||
api:
|
||||
rpms:
|
||||
- python-systemd-doc
|
||||
- python-pyasn1-doc
|
||||
- python3-augeas
|
||||
- python3-cffi
|
||||
- python3-chardet
|
||||
- python3-configobj
|
||||
- python3-crypto
|
||||
- python3-cryptography
|
||||
- python3-custodia
|
||||
- python3-custodia-extra
|
||||
- python3-dns
|
||||
- python3-gssapi
|
||||
- python3-idna
|
||||
- python3-jinja2
|
||||
- python3-jwcrypto
|
||||
- python3-jwt
|
||||
- python3-kdcproxy
|
||||
- python3-netaddr
|
||||
- python3-netifaces
|
||||
- python3-pluggy
|
||||
- python3-ply
|
||||
- python3-pyOpenSSL
|
||||
- python3-pyasn1
|
||||
- python3-pyasn1-modules
|
||||
- python3-pycparser
|
||||
- python3-pysocks
|
||||
- python3-pyserial
|
||||
- python3-python-etcd
|
||||
- python3-qrcode-core
|
||||
- python3-requests
|
||||
- python3-systemd
|
||||
- python3-tox
|
||||
|
|
@ -103,6 +124,10 @@ data:
|
|||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-augeas:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-systemd:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
|
|
@ -118,6 +143,10 @@ data:
|
|||
python-configobj:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
python-crypto:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-cryptography:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
|
|
@ -126,6 +155,10 @@ data:
|
|||
rationale: Common dependency for Samba and FreeIPA
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-gssapi:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-idna:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
|
|
@ -136,6 +169,18 @@ data:
|
|||
python-jwt:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
python-kdcproxy:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-netaddr:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-netifaces:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-oauthlib:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
|
|
@ -146,6 +191,10 @@ data:
|
|||
python-prettytable:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
python-pyasn1:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-pycparser:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
|
|
@ -154,6 +203,10 @@ data:
|
|||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-qrcode:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-requests:
|
||||
rationale: Common dependency
|
||||
ref: master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue