[gegl/wip/rishi/fix-python-invocation: 1/2] build: Replace deprecated Python 3 module with Python



commit 6c034ffe7432f4e66a830a25e6366bef22dc80a2
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Aug 19 20:22:58 2019 +0200

    build: Replace deprecated Python 3 module with Python
    
    The Python module was introduced in 0.46.0, which is older than the
    minimum Meson requirement to build GEGL.
    
    See: https://mesonbuild.com/Python-3-module.html

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 979337873..1d6d75f46 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@ project('gegl',
 pkgconfig = import('pkgconfig')
 i18n      = import('i18n')
 gnome     = import('gnome')
-python    = import('python3').find_python()
+python    = import('python').find_installation()
 
 cc  = meson.get_compiler('c')
 config= configuration_data()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]