Update auto-gen package list
This commit is contained in:
parent
6bf950ab4c
commit
d41cff6f04
@ -39,6 +39,36 @@ packages:
|
||||
# - python-certifi
|
||||
- python-cryptography
|
||||
- python-urllib3
|
||||
centos7.7:
|
||||
builddeps:
|
||||
- make
|
||||
deps:
|
||||
- python
|
||||
# - python-beautifulsoup4
|
||||
# - python-certifi
|
||||
- python-cryptography
|
||||
- python-urllib3
|
||||
centos8.0:
|
||||
builddeps:
|
||||
- make
|
||||
deps:
|
||||
- python3
|
||||
# - python3-beautifulsoup4
|
||||
# - python3-certifi
|
||||
- python3-cryptography
|
||||
- python3-urllib3
|
||||
commands:
|
||||
precompile:
|
||||
- dnf install python3 python3-cryptography python3-urllib3
|
||||
debian8:
|
||||
builddeps:
|
||||
- make
|
||||
deps:
|
||||
- python3
|
||||
- python3-bs4
|
||||
- python3-certifi
|
||||
- python3-cryptography
|
||||
- python3-urllib3
|
||||
debian9:
|
||||
builddeps:
|
||||
- make
|
||||
@ -57,15 +87,6 @@ packages:
|
||||
- python3-certifi
|
||||
- python3-cryptography
|
||||
- python3-urllib3
|
||||
fedora29:
|
||||
builddeps:
|
||||
- make
|
||||
deps:
|
||||
- python3
|
||||
- python3-beautifulsoup4
|
||||
- python3-certifi
|
||||
- python3-cryptography
|
||||
- python3-urllib3
|
||||
fedora30:
|
||||
builddeps:
|
||||
- make
|
||||
@ -84,7 +105,7 @@ packages:
|
||||
- python3-certifi
|
||||
- python3-cryptography
|
||||
- python3-urllib3
|
||||
opensuse42.3:
|
||||
fedora32:
|
||||
builddeps:
|
||||
- make
|
||||
deps:
|
||||
@ -102,6 +123,15 @@ packages:
|
||||
- python3-certifi
|
||||
- python3-cryptography
|
||||
- python3-urllib3
|
||||
ubuntu14.04:
|
||||
builddeps:
|
||||
- make
|
||||
deps:
|
||||
- python3
|
||||
- python3-bs4
|
||||
- python3-certifi
|
||||
- python3-cryptography
|
||||
- python3-urllib3
|
||||
ubuntu16.04:
|
||||
builddeps:
|
||||
- make
|
||||
@ -120,3 +150,12 @@ packages:
|
||||
- python3-certifi
|
||||
- python3-cryptography
|
||||
- python3-urllib3
|
||||
ubuntu20.04:
|
||||
builddeps:
|
||||
- make
|
||||
deps:
|
||||
- python3
|
||||
- python3-bs4
|
||||
- python3-certifi
|
||||
- python3-cryptography
|
||||
- python3-urllib3
|
||||
|
Loading…
x
Reference in New Issue
Block a user