mirror of
https://github.com/samba-team/samba.git
synced 2025-08-15 13:49:28 +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:
@ -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.
|
||||
|
@ -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
|
||||
|
@ -91,7 +91,6 @@ apt-get -y install \
|
||||
python3-gpg \
|
||||
python3-iso8601 \
|
||||
python3-markdown \
|
||||
python3-matplotlib \
|
||||
python3-pexpect \
|
||||
python3-pyasn1 \
|
||||
python3-setproctitle \
|
||||
|
@ -80,7 +80,6 @@ packages:
|
||||
- python3-gpg
|
||||
- python3-iso8601
|
||||
- python3-markdown
|
||||
- python3-matplotlib
|
||||
- python3-pexpect
|
||||
- python3-pyasn1
|
||||
- python3-setproctitle
|
||||
|
@ -91,7 +91,6 @@ apt-get -y install \
|
||||
python3-gpg \
|
||||
python3-iso8601 \
|
||||
python3-markdown \
|
||||
python3-matplotlib \
|
||||
python3-pexpect \
|
||||
python3-pyasn1 \
|
||||
python3-setproctitle \
|
||||
|
@ -80,7 +80,6 @@ packages:
|
||||
- python3-gpg
|
||||
- python3-iso8601
|
||||
- python3-markdown
|
||||
- python3-matplotlib
|
||||
- python3-pexpect
|
||||
- python3-pyasn1
|
||||
- python3-setproctitle
|
||||
|
@ -91,7 +91,6 @@ apt-get -y install \
|
||||
python3-gpg \
|
||||
python3-iso8601 \
|
||||
python3-markdown \
|
||||
python3-matplotlib \
|
||||
python3-pexpect \
|
||||
python3-pyasn1 \
|
||||
python3-setproctitle \
|
||||
|
@ -80,7 +80,6 @@ packages:
|
||||
- python3-gpg
|
||||
- python3-iso8601
|
||||
- python3-markdown
|
||||
- python3-matplotlib
|
||||
- python3-pexpect
|
||||
- python3-pyasn1
|
||||
- python3-setproctitle
|
||||
|
@ -1 +1 @@
|
||||
24f32ce7e4d6be357394ec3cf7b9e15b48a20cf1
|
||||
2bfb75bf56b5b40fd57f22b7cfcfdd69d65e4f78
|
||||
|
Reference in New Issue
Block a user