From baab417059127b356633c56f85ce5ce19b53e04b Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 20 Apr 2020 13:10:43 +0200 Subject: [PATCH] README: require python 3.3 for utils ... and drop the long-deprecated python 2.7 option, which no longer works. This is a follow-up of https://gitlab.com/apparmor/apparmor/-/merge_requests/481 which did this change on the code side. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 877273277..dcd3d09e0 100644 --- a/README.md +++ b/README.md @@ -328,8 +328,7 @@ The AppArmor userspace utilities are written with some assumptions about installed and available versions of other tools. This is a (possibly incomplete) list of known version dependencies: -The Python utilities require a minimum of Python 2.7 (deprecated) or Python 3.3. -Python 3.x is recommended. Python 2.x support is deprecated since AppArmor 2.11. +The Python utilities require a minimum of Python 3.3. The aa-notify tool's Python dependencies can be satisfied by installing the following packages (Debian package names, other distros may vary):