All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>
To: xen-devel@lists.xenproject.org
Cc: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"George Dunlap" <george.dunlap@citrix.com>,
	"Jan Beulich" <jbeulich@suse.com>,
	"Julien Grall" <julien@xen.org>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	"Wei Liu" <wl@xen.org>
Subject: [PATCH 4/4] Update README to state Python3 requirement
Date: Thu, 16 Mar 2023 18:16:34 +0100	[thread overview]
Message-ID: <20230316171634.320626-4-marmarek@invisiblethingslab.com> (raw)
In-Reply-To: <20230316171634.320626-1-marmarek@invisiblethingslab.com>

Python2 is not supported anymore.

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
---
 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 755b3d8eaf8f..b2d9d79d891b 100644
--- a/README
+++ b/README
@@ -50,7 +50,7 @@ provided by your OS distributor:
         - GNU Binutils 2.24 or later
     * POSIX compatible awk
     * Development install of zlib (e.g., zlib-dev)
-    * Development install of Python 2.6 or later (e.g., python-dev)
+    * Development install of Python 3.2 or later (e.g., python3-dev)
     * Development install of curses (e.g., libncurses-dev)
     * Development install of openssl (e.g., openssl-dev)
     * Development install of x11 (e.g. xorg-x11-dev)
@@ -180,9 +180,9 @@ Python Runtime Libraries
 
 Various tools, such as pygrub, have the following runtime dependencies:
 
-    * Python 2.6 or later.
+    * Python 3.2 or later.
           URL:    http://www.python.org/
-          Debian: python
+          Debian: python3
 
 Note that the build system expects `python` to be available. If your system
 only has `python2` or `python3` but not `python` (as in Linux From Scratch),
-- 
2.39.2



  parent reply	other threads:[~2023-03-16 17:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16 17:16 [PATCH 1/4] tools: convert setup.py to use setuptools Marek Marczykowski-Górecki
2023-03-16 17:16 ` [PATCH 2/4] tools: don't use distutils in configure nor Makefile Marek Marczykowski-Górecki
2023-03-16 17:16 ` [PATCH 3/4] tools: regenerate configure Marek Marczykowski-Górecki
2023-03-16 17:16 ` Marek Marczykowski-Górecki [this message]
2023-03-17  8:46   ` [PATCH 4/4] Update README to state Python3 requirement Jan Beulich
2023-03-17 12:04     ` Marek Marczykowski-Górecki
2023-03-17 12:37     ` George Dunlap
2023-03-17 14:54       ` Jan Beulich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230316171634.320626-4-marmarek@invisiblethingslab.com \
    --to=marmarek@invisiblethingslab.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=george.dunlap@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien@xen.org \
    --cc=sstabellini@kernel.org \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.