mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
openshot: switch to python 3.8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user