summaryrefslogtreecommitdiff
path: root/bootstrap/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/config.py')
-rw-r--r--bootstrap/config.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index 24f21a3c749..2c83876459d 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -134,7 +134,7 @@ PKGS = [
('python3-cryptography', 'python3-cryptography'), # for krb5 tests
('python3-dev', 'python3-devel'),
('python3-dbg', ''),
- ('python3-iso8601', ''),
+ ('python3-iso8601', 'python3-iso8601'),
('python3-gpg', 'python3-gpg'), # defaults to ubuntu/fedora latest
('python3-markdown', 'python3-markdown'),
('python3-matplotlib', ''),
@@ -393,7 +393,6 @@ DEB_DISTS = {
'docker_image': 'ubuntu:16.04',
'vagrant_box': 'ubuntu/xenial64',
'replace': {
- 'python-gpg': 'python-gpgme',
'python3-gpg': 'python3-gpgme',
'glusterfs-common': '',
'libcephfs-dev': '',
@@ -508,7 +507,6 @@ RPM_DISTS = {
'perl-generators': '',
'perl-interpreter': '',
'procps-ng': 'procps',
- 'python-dns': 'python2-dnspython',
'python3-dns': 'python3-dnspython',
'python3-markdown': 'python3-Markdown',
'quota-devel': '',
@@ -540,7 +538,6 @@ RPM_DISTS = {
'perl-generators': '',
'perl-interpreter': '',
'procps-ng': 'procps',
- 'python-dns': 'python2-dnspython',
'python3-dns': 'python3-dnspython',
'python3-markdown': 'python3-Markdown',
'quota-devel': '',