1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

bootstrap: Remove duplicate dict key

Commit 86d4836919e29c0bdf927658df641811247534c6 added python36-gpg, but
the duplicate key lower down in the same dict meant it never had any
effect. Now it does.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Joseph Sutton 2022-05-05 21:04:02 +12:00 committed by Andreas Schneider
parent 4f7c6ba50b
commit 6b58061d22
5 changed files with 4 additions and 3 deletions

View File

@ -47,7 +47,7 @@ variables:
# Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render
#
SAMBA_CI_CONTAINER_TAG: 42c62d342018c7adbc6aae5a6025df322cc03c18
SAMBA_CI_CONTAINER_TAG: 7f3f1172a1da12271a0bc5a48eae4679691e386b
#
# We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-184.

View File

@ -455,7 +455,6 @@ RPM_DISTS = {
# after epel-release installed
# however, all other python3 pkgs are still python36-ish
'python2-gpg': 'pygpgme',
'python3-gpg': '', # no python3-gpg yet
'@development-tools': '"@Development Tools"', # add quotes
'glibc-langpack-en': '', # included in glibc-common
'glibc-locale-source': '', # included in glibc-common

View File

@ -88,6 +88,7 @@ yum install -y \
python36-cryptography \
python36-devel \
python36-dns \
python36-gpg \
python36-iso8601 \
python36-markdown \
python36-pyasn1 \

View File

@ -74,6 +74,7 @@ packages:
- python36-cryptography
- python36-devel
- python36-dns
- python36-gpg
- python36-iso8601
- python36-markdown
- python36-pyasn1

View File

@ -1 +1 @@
42c62d342018c7adbc6aae5a6025df322cc03c18
7f3f1172a1da12271a0bc5a48eae4679691e386b