add python3 modules, that are commonly bundled in ohter modules
also fix p-cryptography-vectors buildrequirement
This commit is contained in:
parent
77e09d9d5f
commit
5c198e535b
1 changed files with 64 additions and 0 deletions
|
|
@ -34,18 +34,27 @@ data:
|
|||
filter:
|
||||
rpms:
|
||||
- custodia
|
||||
- python3-asn1crypto
|
||||
- python3-augeas
|
||||
- python3-cffi
|
||||
- python3-chardet
|
||||
- python3-configparser
|
||||
- python3-custodia
|
||||
- python3-custodia-extra
|
||||
- python3-dateutil
|
||||
- python3-dbus
|
||||
- python3-gssapi
|
||||
- python3-idna
|
||||
- python3-jinja2
|
||||
- python3-jwcrypto
|
||||
- python3-kdcproxy
|
||||
- python3-netaddr
|
||||
- python3-netifaces
|
||||
- python3-pluggy
|
||||
- python3-ply
|
||||
- python3-pyOpenSSL
|
||||
- python3-pycparser
|
||||
- python3-pysocks
|
||||
- python3-python-etcd
|
||||
- python3-pyusb
|
||||
- python3-qrcode
|
||||
|
|
@ -53,12 +62,16 @@ data:
|
|||
- python3-systemd
|
||||
- python3-tox
|
||||
- python3-yubico
|
||||
- python3-urllib3
|
||||
api:
|
||||
rpms:
|
||||
- dbus-python-devel
|
||||
- python-dateutil-doc
|
||||
- python-qrcode-core
|
||||
- python2-asn1crypto
|
||||
- python2-augeas
|
||||
- python2-cffi
|
||||
- python-chardet
|
||||
- python2-configparser
|
||||
- python2-custodia
|
||||
- python2-custodia-extra
|
||||
|
|
@ -66,24 +79,48 @@ data:
|
|||
- python2-dbus
|
||||
- python2-gssapi
|
||||
- python2-jwcrypto
|
||||
- python2-idna
|
||||
- python2-ipaddress
|
||||
- python2-jinja2
|
||||
- python2-kdcproxy
|
||||
- python2-netaddr
|
||||
- python2-netifaces
|
||||
- python2-pluggy
|
||||
- python2-ply
|
||||
- python2-pyOpenSSL
|
||||
- python2-pycparser
|
||||
- python2-pysocks
|
||||
- python2-python-etcd
|
||||
- python2-pyusb
|
||||
- python2-qrcode
|
||||
- python2-tox
|
||||
- python2-typing
|
||||
- python2-urllib3
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
components:
|
||||
rpms:
|
||||
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-augeas:
|
||||
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-configparser:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
|
|
@ -104,6 +141,13 @@ data:
|
|||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-idna:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-ipaddress:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
python-kdcproxy:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
|
|
@ -116,6 +160,18 @@ data:
|
|||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-ply:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
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-systemd:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
|
|
@ -124,6 +180,10 @@ data:
|
|||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-urllib3:
|
||||
rationale: Common dependency and runtime dependency for p-requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
python-yubico:
|
||||
rationale: Runtime dependency of freeipa
|
||||
ref: master
|
||||
|
|
@ -133,6 +193,10 @@ data:
|
|||
ref: master
|
||||
buildorder: 0
|
||||
|
||||
python-cryptography-vectors:
|
||||
rationale: Buildtime dependency of python-cryptography
|
||||
ref: master
|
||||
buildorder: -10
|
||||
python-tox:
|
||||
rationale: Buildtime dependency of python-gssapi, custodia and python-kdcproxy
|
||||
ref: master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue