commit | 31e299c08f250b126b2c2c0ecce12ee563b70fdc | [log] [tgz] |
---|---|---|
author | Zdenek Dohnal <zdohnal@redhat.com> | Thu Jun 10 18:50:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 10 18:50:55 2021 +0200 |
tree | c6a5e5a7b431892a7f9cdefcb50b647ad13971c5 | |
parent | a42e6e0082a6d564dbfa55317d4a698ac12ae898 [diff] [blame] |
patch 8.2.2970: Python configure check uses deprecated command Problem: Python configure check uses deprecated command. Solution: Use sysconfig instead of distutils if possible. (Zdenek Dohnal, closes #8354)
diff --git a/src/version.c b/src/version.c index 055179c..6286581 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2970, +/**/ 2969, /**/ 2968,