mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user