diff options
author | David Mulder <dmulder@suse.com> | 2022-05-06 09:06:23 -0600 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2022-05-13 14:46:29 +0000 |
commit | 53a55428948e20f6ce42fbf39f99190ef55fb81f (patch) | |
tree | 7c20b2b4caccb6924f4250524befd7cbd75d5b83 /bootstrap | |
parent | dcdc9859b90132795e0a266c8722e09d02cf6be2 (diff) | |
download | samba-53a55428948e20f6ce42fbf39f99190ef55fb81f.tar.gz |
bootstrap: Add python3-requests dependency
Certificate Auto Enrollment will depend on
python3-requests in order to fetch the
root chain.
Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'bootstrap')
18 files changed, 19 insertions, 1 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py index dc1ff100cfd..6b3f97d4fd0 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -144,6 +144,7 @@ PKGS = [ ('python3-pexpect', ''), # for wintest only ('python3-pyasn1', 'python3-pyasn1'), # for krb5 tests ('python3-setproctitle', 'python3-setproctitle'), + ('python3-requests', 'python3-requests'), # for cert auto enroll ('', 'python3-libsemanage'), ('', 'python3-policycoreutils'), @@ -448,6 +449,7 @@ RPM_DISTS = { 'python3-gpg': 'python36-gpg', 'python3-iso8601' : 'python36-iso8601', 'python3-markdown': 'python36-markdown', + 'python3-requests': 'python36-requests', # although python36-devel is available # after epel-release installed # however, all other python3 pkgs are still python36-ish diff --git a/bootstrap/generated-dists/centos7/bootstrap.sh b/bootstrap/generated-dists/centos7/bootstrap.sh index 43572bb532a..ebd46784863 100755 --- a/bootstrap/generated-dists/centos7/bootstrap.sh +++ b/bootstrap/generated-dists/centos7/bootstrap.sh @@ -91,6 +91,7 @@ yum install -y \ python36-iso8601 \ python36-markdown \ python36-pyasn1 \ + python36-requests \ python36-setproctitle \ quota-devel \ readline-devel \ diff --git a/bootstrap/generated-dists/centos7/packages.yml b/bootstrap/generated-dists/centos7/packages.yml index 3998c875057..f8a821f45dc 100644 --- a/bootstrap/generated-dists/centos7/packages.yml +++ b/bootstrap/generated-dists/centos7/packages.yml @@ -77,6 +77,7 @@ packages: - python36-iso8601 - python36-markdown - python36-pyasn1 + - python36-requests - python36-setproctitle - quota-devel - readline-devel diff --git a/bootstrap/generated-dists/centos8s/bootstrap.sh b/bootstrap/generated-dists/centos8s/bootstrap.sh index 1111450c400..5b95521f438 100755 --- a/bootstrap/generated-dists/centos8s/bootstrap.sh +++ b/bootstrap/generated-dists/centos8s/bootstrap.sh @@ -99,6 +99,7 @@ yum install -y \ python3-markdown \ python3-policycoreutils \ python3-pyasn1 \ + python3-requests \ python3-setproctitle \ quota-devel \ readline-devel \ diff --git a/bootstrap/generated-dists/centos8s/packages.yml b/bootstrap/generated-dists/centos8s/packages.yml index f5d0ac5ffe6..79f74bbac51 100644 --- a/bootstrap/generated-dists/centos8s/packages.yml +++ b/bootstrap/generated-dists/centos8s/packages.yml @@ -80,6 +80,7 @@ packages: - python3-markdown - python3-policycoreutils - python3-pyasn1 + - python3-requests - python3-setproctitle - quota-devel - readline-devel diff --git a/bootstrap/generated-dists/debian11/bootstrap.sh b/bootstrap/generated-dists/debian11/bootstrap.sh index f90cac1c817..f59d224026f 100755 --- a/bootstrap/generated-dists/debian11/bootstrap.sh +++ b/bootstrap/generated-dists/debian11/bootstrap.sh @@ -93,6 +93,7 @@ apt-get -y install \ python3-markdown \ python3-pexpect \ python3-pyasn1 \ + python3-requests \ python3-setproctitle \ rng-tools \ rsync \ diff --git a/bootstrap/generated-dists/debian11/packages.yml b/bootstrap/generated-dists/debian11/packages.yml index c98575758ed..d1c92af8884 100644 --- a/bootstrap/generated-dists/debian11/packages.yml +++ b/bootstrap/generated-dists/debian11/packages.yml @@ -82,6 +82,7 @@ packages: - python3-markdown - python3-pexpect - python3-pyasn1 + - python3-requests - python3-setproctitle - rng-tools - rsync diff --git a/bootstrap/generated-dists/f35mit120/bootstrap.sh b/bootstrap/generated-dists/f35mit120/bootstrap.sh index aa77d63efa0..3b937f4abb1 100755 --- a/bootstrap/generated-dists/f35mit120/bootstrap.sh +++ b/bootstrap/generated-dists/f35mit120/bootstrap.sh @@ -98,6 +98,7 @@ dnf install -y \ python3-markdown \ python3-policycoreutils \ python3-pyasn1 \ + python3-requests \ python3-setproctitle \ quota-devel \ readline-devel \ diff --git a/bootstrap/generated-dists/f35mit120/packages.yml b/bootstrap/generated-dists/f35mit120/packages.yml index b4a5ec40ab9..0fb207dc137 100644 --- a/bootstrap/generated-dists/f35mit120/packages.yml +++ b/bootstrap/generated-dists/f35mit120/packages.yml @@ -84,6 +84,7 @@ packages: - python3-markdown - python3-policycoreutils - python3-pyasn1 + - python3-requests - python3-setproctitle - quota-devel - readline-devel diff --git a/bootstrap/generated-dists/fedora35/bootstrap.sh b/bootstrap/generated-dists/fedora35/bootstrap.sh index 0d8a3366ab9..ad38475228f 100755 --- a/bootstrap/generated-dists/fedora35/bootstrap.sh +++ b/bootstrap/generated-dists/fedora35/bootstrap.sh @@ -95,6 +95,7 @@ dnf install -y \ python3-markdown \ python3-policycoreutils \ python3-pyasn1 \ + python3-requests \ python3-setproctitle \ quota-devel \ readline-devel \ diff --git a/bootstrap/generated-dists/fedora35/packages.yml b/bootstrap/generated-dists/fedora35/packages.yml index b4a5ec40ab9..0fb207dc137 100644 --- a/bootstrap/generated-dists/fedora35/packages.yml +++ b/bootstrap/generated-dists/fedora35/packages.yml @@ -84,6 +84,7 @@ packages: - python3-markdown - python3-policycoreutils - python3-pyasn1 + - python3-requests - python3-setproctitle - quota-devel - readline-devel diff --git a/bootstrap/generated-dists/opensuse153/bootstrap.sh b/bootstrap/generated-dists/opensuse153/bootstrap.sh index ffef2d9cd2a..8f1715f9edb 100755 --- a/bootstrap/generated-dists/opensuse153/bootstrap.sh +++ b/bootstrap/generated-dists/opensuse153/bootstrap.sh @@ -90,6 +90,7 @@ zypper --non-interactive install \ python3-policycoreutils \ python3-pyasn1 \ python3-python-dateutil \ + python3-requests \ python3-setproctitle \ readline-devel \ rng-tools \ diff --git a/bootstrap/generated-dists/opensuse153/packages.yml b/bootstrap/generated-dists/opensuse153/packages.yml index 8198464c43d..29fa159b5d4 100644 --- a/bootstrap/generated-dists/opensuse153/packages.yml +++ b/bootstrap/generated-dists/opensuse153/packages.yml @@ -78,6 +78,7 @@ packages: - python3-policycoreutils - python3-pyasn1 - python3-python-dateutil + - python3-requests - python3-setproctitle - readline-devel - rng-tools diff --git a/bootstrap/generated-dists/ubuntu1804/bootstrap.sh b/bootstrap/generated-dists/ubuntu1804/bootstrap.sh index da5e2d7e335..6a28e2d655d 100755 --- a/bootstrap/generated-dists/ubuntu1804/bootstrap.sh +++ b/bootstrap/generated-dists/ubuntu1804/bootstrap.sh @@ -93,6 +93,7 @@ apt-get -y install \ python3-markdown \ python3-pexpect \ python3-pyasn1 \ + python3-requests \ python3-setproctitle \ rng-tools \ rsync \ diff --git a/bootstrap/generated-dists/ubuntu1804/packages.yml b/bootstrap/generated-dists/ubuntu1804/packages.yml index a497af15d59..e03b05a6e4a 100644 --- a/bootstrap/generated-dists/ubuntu1804/packages.yml +++ b/bootstrap/generated-dists/ubuntu1804/packages.yml @@ -82,6 +82,7 @@ packages: - python3-markdown - python3-pexpect - python3-pyasn1 + - python3-requests - python3-setproctitle - rng-tools - rsync diff --git a/bootstrap/generated-dists/ubuntu2004/bootstrap.sh b/bootstrap/generated-dists/ubuntu2004/bootstrap.sh index da5e2d7e335..6a28e2d655d 100755 --- a/bootstrap/generated-dists/ubuntu2004/bootstrap.sh +++ b/bootstrap/generated-dists/ubuntu2004/bootstrap.sh @@ -93,6 +93,7 @@ apt-get -y install \ python3-markdown \ python3-pexpect \ python3-pyasn1 \ + python3-requests \ python3-setproctitle \ rng-tools \ rsync \ diff --git a/bootstrap/generated-dists/ubuntu2004/packages.yml b/bootstrap/generated-dists/ubuntu2004/packages.yml index a497af15d59..e03b05a6e4a 100644 --- a/bootstrap/generated-dists/ubuntu2004/packages.yml +++ b/bootstrap/generated-dists/ubuntu2004/packages.yml @@ -82,6 +82,7 @@ packages: - python3-markdown - python3-pexpect - python3-pyasn1 + - python3-requests - python3-setproctitle - rng-tools - rsync diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt index b8f70028a27..d0359be9b54 100644 --- a/bootstrap/sha1sum.txt +++ b/bootstrap/sha1sum.txt @@ -1 +1 @@ -2bfb75bf56b5b40fd57f22b7cfcfdd69d65e4f78 +a4bf899c9709c67254c5bb3964e3dce6bb2e4d1e |