Make sure the build uses python3

This commit is contained in:
Kalev Lember 2020-02-19 14:08:54 +01:00
parent a8c0acb768
commit ab27e320a7

View File

@ -39,6 +39,9 @@ This package contains files needed for development with libmypaint.
%prep
%autosetup -p1
# Make sure the build uses python3
sed -i -e 's/python -c/python3 -c/g' configure
%build
%configure --enable-docs --enable-introspection=yes --disable-gegl
%make_build