openshot: switch to python 3.8

This commit is contained in:
Jerome Duval
2021-01-26 18:16:03 +01:00
parent 3691d741fe
commit 5644874a8c

View File

@@ -16,7 +16,7 @@ ADDITIONAL_FILES="openshot.rdef.in"
ARCHITECTURES="any"
PYTHON_VERSION="3.7"
PYTHON_VERSION="3.8"
PROVIDES="
openshot$secondaryArchSuffix = $portVersion
@@ -24,20 +24,20 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
httplib2_python3
libopenshot_python3
pyqt_python3 >= 5
pyzmq_python3
requests_python3
setuptools_python3
httplib2_python38
libopenshot_python38
pyqt5_python38
pyzmq_python38
requests_python38
setuptools_python38
cmd:python$PYTHON_VERSION
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
libopenshot_python3
pyqt_python3 >= 5
setuptools_python3
libopenshot_python38
pyqt5_python38
setuptools_python38
"
BUILD_PREREQUIRES="
cmd:python$PYTHON_VERSION