From 5644874a8c38bcec93a20ef45514676b098f5841 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 26 Jan 2021 18:16:03 +0100 Subject: [PATCH] openshot: switch to python 3.8 --- media-video/openshot/openshot-2.5.1.recipe | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/media-video/openshot/openshot-2.5.1.recipe b/media-video/openshot/openshot-2.5.1.recipe index 7dbf08618..1d45bbcd6 100644 --- a/media-video/openshot/openshot-2.5.1.recipe +++ b/media-video/openshot/openshot-2.5.1.recipe @@ -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