# 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.
('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'),
'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