1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

bootstrap: Remove pyhton2 packages

We dropped support for python2 in Samba already.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
Andreas Schneider
2019-10-07 11:50:58 +02:00
committed by Andreas Schneider
parent 7bceafe840
commit 42edab7bd7
29 changed files with 2 additions and 178 deletions

View File

@@ -127,16 +127,6 @@ PKGS = [
('', 'rpcsvc-proto-devel'), # for <rpcsvc/rquota.h> header
('mawk', 'gawk'),
# python
('python-dev', 'python-devel'),
('python-dbg', ''),
('python-iso8601', ''),
('python-gpg', 'python2-gpg'), # defaults to ubuntu/fedora latest
('python-crypto', 'python-crypto'),
('python-markdown', 'python-markdown'),
('python-dnspython', 'python-dns'),
('python-pexpect', ''), # for wintest only
('python3', 'python3'),
('python3-dev', 'python3-devel'),
('python3-dbg', ''),