Commit ab573661 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

component/meson: preinstall setuptools as it is no more installed in python3.12

parent d88d8770
......@@ -15,6 +15,7 @@ make-binary = true
post-install =
%(python)s -m venv %(location)s
set %(location)s/bin/python3
%(location)s/bin/pip install setuptools
$1 setup.py install_data install_lib
$1 <<EOF
import os, pkg_resources, sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment