diff --git a/packagecore.yaml b/packagecore.yaml index aac9a86b..3d5e6fab 100644 --- a/packagecore.yaml +++ b/packagecore.yaml @@ -39,7 +39,28 @@ packages: # - python-certifi - python-cryptography - python-urllib3 - debian9: + centos7.7: + builddeps: + - make + deps: + - python +# - python-beautifulsoup4 +# - python-certifi + - python-cryptography + - python-urllib3 + centos8.0: + builddeps: + - make + deps: + - python3 +# - python3-beautifulsoup4 +# - python3-certifi + - python3-cryptography + - python3-urllib3 + commands: + precompile: + - dnf install python3 python3-cryptography python3-urllib3 + debian8: builddeps: - make deps: @@ -48,7 +69,7 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - debian10: + debian9: builddeps: - make deps: @@ -57,12 +78,12 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - fedora29: + debian10: builddeps: - make deps: - python3 - - python3-beautifulsoup4 + - python3-bs4 - python3-certifi - python3-cryptography - python3-urllib3 @@ -84,7 +105,7 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - opensuse42.3: + fedora32: builddeps: - make deps: @@ -102,6 +123,15 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 + ubuntu14.04: + builddeps: + - make + deps: + - python3 + - python3-bs4 + - python3-certifi + - python3-cryptography + - python3-urllib3 ubuntu16.04: builddeps: - make @@ -120,3 +150,12 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 + ubuntu20.04: + builddeps: + - make + deps: + - python3 + - python3-bs4 + - python3-certifi + - python3-cryptography + - python3-urllib3