Hi all,

Please include this patch that switches the Atomic Host manifest from Python 2-based packages to Python 3. This change is necessary due to the "Python 3 as Default" Fedora Change (https://fedoraproject.org/wiki/Changes/Python_3_as_Default)

Thank you very much,

Tomas Radej

From e50132c4441ad44b4e4c1814dec8de83a97e8bef Mon Sep 17 00:00:00 2001
From: Tomas Radej <tra...@redhat.com>
Date: Fri, 24 Jul 2015 19:35:09 +0200
Subject: [PATCH] Replaced PY2-dependent packages in manifest by PY3-compatible
 counterparts

---
 fedora-atomic-docker-host.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json
index 766212d..1ebe354 100644
--- a/fedora-atomic-docker-host.json
+++ b/fedora-atomic-docker-host.json
@@ -58,7 +58,7 @@
                 "bash-completion",
                 "tmux", "screen",
                 "strace", "lsof", "tcpdump", "nmap-ncat",
-                "policycoreutils-python",
+                "policycoreutils-python-utils",
                 "setools-console",
                 "audit",
                 "cockpit-bridge",
@@ -68,7 +68,7 @@
                 "flannel",
                 "docker",
                 "iscsi-initiator-utils",
-                "python-docker-py"],
+                "python3-docker-py"],

     "default_target": "multi-user.target",

--
2.4.3

Reply via email to