More packagecore (#192)

* add packagecore

* comment out centos and change fedora to 26

* package core fixes
This commit is contained in:
Johnathan Jenkins 2017-08-16 06:37:36 -07:00 committed by Arun Prakash Jana
parent 740bb0826d
commit 5eb33f1816

View File

@ -17,7 +17,7 @@ packages:
- python-cryptography
- python-beautifulsoup4
- python
fedora26:
fedora25:
builddeps:
- make
deps:
@ -26,15 +26,28 @@ packages:
- python3-requests
- python3-urllib3
- python3
# centos no beautifulsoup4
# centos7.3:
# builddeps:
# - make
# deps:
# - python3-beautifulsoup4
# - python3-cryptography
# - python3-requests
# - python3-urllib3
# - python3
# - python-beautifulsoup4
# - python-cryptography
# - python-requests
# - python-urllib3
# - python
# commands:
# pre:
# - yum install epel-release
ubuntu16.04:
builddeps:
- make
deps:
- python3-urllib3
- python3-requests
- python3-cryptography
- python3-bs4
- python3
ubuntu17.10:
builddeps:
- make
@ -44,3 +57,12 @@ packages:
- python3-cryptography
- python3-bs4
- python3
debian9:
builddeps:
- make
deps:
- python3-urllib3
- python3-requests
- python3-cryptography
- python3-bs4
- python3