Matej Cepl 2022-11-02 14:57:56 +00:00 committed by Git OBS Bridge
parent 8a84e6d38f
commit 46b2ce6bf5

View File

@ -68,6 +68,9 @@ for i in tools/rst*; do mv "$i" "${i/.py}"; done
sed -i "s|'tools/\(rst.*\)\.py'|'tools/\1'|" setup.py
find . -name \*.mp4 -print -exec chmod -x '{}' \;
# Actually seems to work with Python 3.6
sed -i -e '/python_requires/s/7/6/' setup.py
%build
%pyproject_wheel