Global: Move PyOpenColorIO to vendor/python so that DCCs don't conflict with their own

This commit is contained in:
Alex 2023-05-12 12:24:27 +10:00 committed by Jakub Trllo
parent ad1453576d
commit facf4fdc65
2 changed files with 31 additions and 15 deletions

View file

@ -71,7 +71,6 @@ pysftp = "^0.2.9"
dropbox = "^11.20.0"
aiohttp-middlewares = "^2.0.0"
ayon-python-api = "^0.1"
opencolorio = "^2.2.0"
Unidecode = "^1.2"
[tool.poetry.dev-dependencies]
@ -131,6 +130,11 @@ version = "6.4.3"
package = "PySide2"
version = "5.15.2"
# DCC packages supply their own opencolorio, lets not interfere with theirs
[openpype.opencolorio]
package = "opencolorio"
version = "2.2.1"
# TODO: we will need to handle different linux flavours here and
# also different macos versions too.
[openpype.thirdparty.ffmpeg.windows]