1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

bootstrap: matplotlib is not a real Samba dep

This came in via the original list of packages used
at Catalyst when building Samba for testing, in particular
related to an example LDB module to trace LDB requests.

There is no testing need for this even in make test.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Andrew Bartlett 2022-05-05 15:44:05 +12:00
parent c771d197ee
commit 7244a64478
9 changed files with 2 additions and 9 deletions

View File

@ -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: 24f32ce7e4d6be357394ec3cf7b9e15b48a20cf1
SAMBA_CI_CONTAINER_TAG: 2bfb75bf56b5b40fd57f22b7cfcfdd69d65e4f78
#
# We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-184.

View File

@ -140,7 +140,6 @@ PKGS = [
('python3-iso8601', 'python3-iso8601'),
('python3-gpg', 'python3-gpg'), # defaults to ubuntu/fedora latest
('python3-markdown', 'python3-markdown'),
('python3-matplotlib', ''),
('python3-dnspython', 'python3-dns'),
('python3-pexpect', ''), # for wintest only
('python3-pyasn1', 'python3-pyasn1'), # for krb5 tests

View File

@ -91,7 +91,6 @@ apt-get -y install \
python3-gpg \
python3-iso8601 \
python3-markdown \
python3-matplotlib \
python3-pexpect \
python3-pyasn1 \
python3-setproctitle \

View File

@ -80,7 +80,6 @@ packages:
- python3-gpg
- python3-iso8601
- python3-markdown
- python3-matplotlib
- python3-pexpect
- python3-pyasn1
- python3-setproctitle

View File

@ -91,7 +91,6 @@ apt-get -y install \
python3-gpg \
python3-iso8601 \
python3-markdown \
python3-matplotlib \
python3-pexpect \
python3-pyasn1 \
python3-setproctitle \

View File

@ -80,7 +80,6 @@ packages:
- python3-gpg
- python3-iso8601
- python3-markdown
- python3-matplotlib
- python3-pexpect
- python3-pyasn1
- python3-setproctitle

View File

@ -91,7 +91,6 @@ apt-get -y install \
python3-gpg \
python3-iso8601 \
python3-markdown \
python3-matplotlib \
python3-pexpect \
python3-pyasn1 \
python3-setproctitle \

View File

@ -80,7 +80,6 @@ packages:
- python3-gpg
- python3-iso8601
- python3-markdown
- python3-matplotlib
- python3-pexpect
- python3-pyasn1
- python3-setproctitle

View File

@ -1 +1 @@
24f32ce7e4d6be357394ec3cf7b9e15b48a20cf1
2bfb75bf56b5b40fd57f22b7cfcfdd69d65e4f78