mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
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>
This commit is contained in:
committed by
Andreas Schneider
parent
dcdc9859b9
commit
53a5542894
@@ -42,7 +42,7 @@ variables:
|
||||
# Set this to the contents of bootstrap/sha1sum.txt
|
||||
# which is generated by bootstrap/template.py --render
|
||||
#
|
||||
SAMBA_CI_CONTAINER_TAG: 2bfb75bf56b5b40fd57f22b7cfcfdd69d65e4f78
|
||||
SAMBA_CI_CONTAINER_TAG: a4bf899c9709c67254c5bb3964e3dce6bb2e4d1e
|
||||
#
|
||||
# We use the ubuntu1804 image as default as
|
||||
# it matches what we have on sn-devel-184.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -91,6 +91,7 @@ yum install -y \
|
||||
python36-iso8601 \
|
||||
python36-markdown \
|
||||
python36-pyasn1 \
|
||||
python36-requests \
|
||||
python36-setproctitle \
|
||||
quota-devel \
|
||||
readline-devel \
|
||||
|
||||
@@ -77,6 +77,7 @@ packages:
|
||||
- python36-iso8601
|
||||
- python36-markdown
|
||||
- python36-pyasn1
|
||||
- python36-requests
|
||||
- python36-setproctitle
|
||||
- quota-devel
|
||||
- readline-devel
|
||||
|
||||
@@ -99,6 +99,7 @@ yum install -y \
|
||||
python3-markdown \
|
||||
python3-policycoreutils \
|
||||
python3-pyasn1 \
|
||||
python3-requests \
|
||||
python3-setproctitle \
|
||||
quota-devel \
|
||||
readline-devel \
|
||||
|
||||
@@ -80,6 +80,7 @@ packages:
|
||||
- python3-markdown
|
||||
- python3-policycoreutils
|
||||
- python3-pyasn1
|
||||
- python3-requests
|
||||
- python3-setproctitle
|
||||
- quota-devel
|
||||
- readline-devel
|
||||
|
||||
@@ -93,6 +93,7 @@ apt-get -y install \
|
||||
python3-markdown \
|
||||
python3-pexpect \
|
||||
python3-pyasn1 \
|
||||
python3-requests \
|
||||
python3-setproctitle \
|
||||
rng-tools \
|
||||
rsync \
|
||||
|
||||
@@ -82,6 +82,7 @@ packages:
|
||||
- python3-markdown
|
||||
- python3-pexpect
|
||||
- python3-pyasn1
|
||||
- python3-requests
|
||||
- python3-setproctitle
|
||||
- rng-tools
|
||||
- rsync
|
||||
|
||||
@@ -98,6 +98,7 @@ dnf install -y \
|
||||
python3-markdown \
|
||||
python3-policycoreutils \
|
||||
python3-pyasn1 \
|
||||
python3-requests \
|
||||
python3-setproctitle \
|
||||
quota-devel \
|
||||
readline-devel \
|
||||
|
||||
@@ -84,6 +84,7 @@ packages:
|
||||
- python3-markdown
|
||||
- python3-policycoreutils
|
||||
- python3-pyasn1
|
||||
- python3-requests
|
||||
- python3-setproctitle
|
||||
- quota-devel
|
||||
- readline-devel
|
||||
|
||||
@@ -95,6 +95,7 @@ dnf install -y \
|
||||
python3-markdown \
|
||||
python3-policycoreutils \
|
||||
python3-pyasn1 \
|
||||
python3-requests \
|
||||
python3-setproctitle \
|
||||
quota-devel \
|
||||
readline-devel \
|
||||
|
||||
@@ -84,6 +84,7 @@ packages:
|
||||
- python3-markdown
|
||||
- python3-policycoreutils
|
||||
- python3-pyasn1
|
||||
- python3-requests
|
||||
- python3-setproctitle
|
||||
- quota-devel
|
||||
- readline-devel
|
||||
|
||||
@@ -90,6 +90,7 @@ zypper --non-interactive install \
|
||||
python3-policycoreutils \
|
||||
python3-pyasn1 \
|
||||
python3-python-dateutil \
|
||||
python3-requests \
|
||||
python3-setproctitle \
|
||||
readline-devel \
|
||||
rng-tools \
|
||||
|
||||
@@ -78,6 +78,7 @@ packages:
|
||||
- python3-policycoreutils
|
||||
- python3-pyasn1
|
||||
- python3-python-dateutil
|
||||
- python3-requests
|
||||
- python3-setproctitle
|
||||
- readline-devel
|
||||
- rng-tools
|
||||
|
||||
@@ -93,6 +93,7 @@ apt-get -y install \
|
||||
python3-markdown \
|
||||
python3-pexpect \
|
||||
python3-pyasn1 \
|
||||
python3-requests \
|
||||
python3-setproctitle \
|
||||
rng-tools \
|
||||
rsync \
|
||||
|
||||
@@ -82,6 +82,7 @@ packages:
|
||||
- python3-markdown
|
||||
- python3-pexpect
|
||||
- python3-pyasn1
|
||||
- python3-requests
|
||||
- python3-setproctitle
|
||||
- rng-tools
|
||||
- rsync
|
||||
|
||||
@@ -93,6 +93,7 @@ apt-get -y install \
|
||||
python3-markdown \
|
||||
python3-pexpect \
|
||||
python3-pyasn1 \
|
||||
python3-requests \
|
||||
python3-setproctitle \
|
||||
rng-tools \
|
||||
rsync \
|
||||
|
||||
@@ -82,6 +82,7 @@ packages:
|
||||
- python3-markdown
|
||||
- python3-pexpect
|
||||
- python3-pyasn1
|
||||
- python3-requests
|
||||
- python3-setproctitle
|
||||
- rng-tools
|
||||
- rsync
|
||||
|
||||
@@ -1 +1 @@
|
||||
2bfb75bf56b5b40fd57f22b7cfcfdd69d65e4f78
|
||||
a4bf899c9709c67254c5bb3964e3dce6bb2e4d1e
|
||||
|
||||
Reference in New Issue
Block a user