mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 11:42:10 +01:00
Merge branch 'wip/kabus/py-packaging-dep' into 'main'
build: Make packaging module required See merge request GNOME/glib!3752
This commit is contained in:
commit
3904d4c13e
@ -2376,7 +2376,7 @@ endif
|
||||
|
||||
glib_conf.set('HAVE_PROC_SELF_CMDLINE', have_proc_self_cmdline)
|
||||
|
||||
python = import('python').find_installation()
|
||||
python = import('python').find_installation(modules: ['packaging'])
|
||||
# used for '#!/usr/bin/env <name>'
|
||||
python_name = 'python3'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user