Skip to content

Commit f956acf

Browse files
authored
Pin OpenTimelineIO to specific commit in python build (#910)
This pins the OTIO python module to a specific commit since the latest commit doesn't work with the compiled python interpreter. --------- Signed-off-by: Jimmy Christensen <[email protected]>
1 parent 6db602d commit f956acf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/build/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
pip # License: MIT License (MIT)
44
setuptools # License: MIT License
55
# We need to use the main branch of the OTIO Github repo since the latest release available as a Pypi package is missing some features we need for Live Review
6-
git+https://github.com/AcademySoftwareFoundation/OpenTimelineIO@main#egg=OpenTimelineIO # License: Other/Proprietary License (Modified Apache 2.0 License)
6+
# It is pinned to a specific commit since the latest breaks the module with the OpenRV python build.
7+
git+https://github.com/AcademySoftwareFoundation/OpenTimelineIO@7a76cf3c33212f3fc56464e2c016a80f6a264819#egg=OpenTimelineIO # License: Other/Proprietary License (Modified Apache 2.0 License)
78
PyOpenGL # License: BSD License (BSD)
89

910
# MacOS only - PyOpenGL_accelerate is built from source in python3.cmake as a workaround until the fix

0 commit comments

Comments
 (0)