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"
|
ARCHITECTURES="any"
|
||||||
|
|
||||||
PYTHON_VERSION="3.7"
|
PYTHON_VERSION="3.8"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
openshot$secondaryArchSuffix = $portVersion
|
openshot$secondaryArchSuffix = $portVersion
|
||||||
@@ -24,20 +24,20 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
httplib2_python3
|
httplib2_python38
|
||||||
libopenshot_python3
|
libopenshot_python38
|
||||||
pyqt_python3 >= 5
|
pyqt5_python38
|
||||||
pyzmq_python3
|
pyzmq_python38
|
||||||
requests_python3
|
requests_python38
|
||||||
setuptools_python3
|
setuptools_python38
|
||||||
cmd:python$PYTHON_VERSION
|
cmd:python$PYTHON_VERSION
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
libopenshot_python3
|
libopenshot_python38
|
||||||
pyqt_python3 >= 5
|
pyqt5_python38
|
||||||
setuptools_python3
|
setuptools_python38
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:python$PYTHON_VERSION
|
cmd:python$PYTHON_VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user