From 5eb33f181616cbfa4ac862a17c16175c8dc8ee4e Mon Sep 17 00:00:00 2001 From: Johnathan Jenkins Date: Wed, 16 Aug 2017 06:37:36 -0700 Subject: [PATCH] More packagecore (#192) * add packagecore * comment out centos and change fedora to 26 * package core fixes --- packagecore.yaml | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/packagecore.yaml b/packagecore.yaml index 1d1fe71..4bb4af4 100644 --- a/packagecore.yaml +++ b/packagecore.yaml @@ -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 \ No newline at end of file