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