Add new distro versions
This commit is contained in:
parent
5142f46870
commit
24a4c4b083
@ -27,6 +27,14 @@ packages:
|
|||||||
commands:
|
commands:
|
||||||
pre:
|
pre:
|
||||||
- yum install epel-release
|
- yum install epel-release
|
||||||
|
centos7.4:
|
||||||
|
builddeps:
|
||||||
|
- make
|
||||||
|
deps:
|
||||||
|
# - python-beautifulsoup4
|
||||||
|
- python-cryptography
|
||||||
|
- python-urllib3
|
||||||
|
- python
|
||||||
debian9:
|
debian9:
|
||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
@ -59,6 +67,14 @@ packages:
|
|||||||
- python3-cryptography
|
- python3-cryptography
|
||||||
- python3-urllib3
|
- python3-urllib3
|
||||||
- python3
|
- python3
|
||||||
|
opensuse42.2:
|
||||||
|
builddeps:
|
||||||
|
- make
|
||||||
|
deps:
|
||||||
|
- python3-beautifulsoup4
|
||||||
|
- python3-cryptography
|
||||||
|
- python3-urllib3
|
||||||
|
- python3
|
||||||
opensuse42.3:
|
opensuse42.3:
|
||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
@ -75,14 +91,6 @@ packages:
|
|||||||
- python3-cryptography
|
- python3-cryptography
|
||||||
- python3-bs4
|
- python3-bs4
|
||||||
- python3
|
- python3
|
||||||
ubuntu17.10:
|
|
||||||
builddeps:
|
|
||||||
- make
|
|
||||||
deps:
|
|
||||||
- python3-urllib3
|
|
||||||
- python3-cryptography
|
|
||||||
- python3-bs4
|
|
||||||
- python3
|
|
||||||
ubuntu18.04:
|
ubuntu18.04:
|
||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
|
Loading…
Reference in New Issue
Block a user