More packagecore (#192)
* add packagecore * comment out centos and change fedora to 26 * package core fixes
This commit is contained in:
parent
740bb0826d
commit
5eb33f1816
@ -17,7 +17,7 @@ packages:
|
|||||||
- python-cryptography
|
- python-cryptography
|
||||||
- python-beautifulsoup4
|
- python-beautifulsoup4
|
||||||
- python
|
- python
|
||||||
fedora26:
|
fedora25:
|
||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
deps:
|
deps:
|
||||||
@ -26,15 +26,28 @@ packages:
|
|||||||
- python3-requests
|
- python3-requests
|
||||||
- python3-urllib3
|
- python3-urllib3
|
||||||
- python3
|
- python3
|
||||||
|
# centos no beautifulsoup4
|
||||||
# centos7.3:
|
# centos7.3:
|
||||||
# builddeps:
|
# builddeps:
|
||||||
# - make
|
# - make
|
||||||
# deps:
|
# deps:
|
||||||
# - python3-beautifulsoup4
|
# - python-beautifulsoup4
|
||||||
# - python3-cryptography
|
# - python-cryptography
|
||||||
# - python3-requests
|
# - python-requests
|
||||||
# - python3-urllib3
|
# - python-urllib3
|
||||||
# - python3
|
# - python
|
||||||
|
# commands:
|
||||||
|
# pre:
|
||||||
|
# - yum install epel-release
|
||||||
|
ubuntu16.04:
|
||||||
|
builddeps:
|
||||||
|
- make
|
||||||
|
deps:
|
||||||
|
- python3-urllib3
|
||||||
|
- python3-requests
|
||||||
|
- python3-cryptography
|
||||||
|
- python3-bs4
|
||||||
|
- python3
|
||||||
ubuntu17.10:
|
ubuntu17.10:
|
||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
@ -44,3 +57,12 @@ packages:
|
|||||||
- python3-cryptography
|
- python3-cryptography
|
||||||
- python3-bs4
|
- python3-bs4
|
||||||
- python3
|
- python3
|
||||||
|
debian9:
|
||||||
|
builddeps:
|
||||||
|
- make
|
||||||
|
deps:
|
||||||
|
- python3-urllib3
|
||||||
|
- python3-requests
|
||||||
|
- python3-cryptography
|
||||||
|
- python3-bs4
|
||||||
|
- python3
|
Loading…
Reference in New Issue
Block a user