aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-06-05 09:09:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-06-05 10:33:27 +0000
commit51b7e57716564ebf51f8be187ed64cb8a640cb3b (patch)
tree0e93b175e6be76a28502de9a4022be7f81fcdf65
parent27897756fad84940e53fc17a795cd41885c7cca4 (diff)
downloadports-51b7e57716564ebf51f8be187ed64cb8a640cb3b.tar.gz
ports-51b7e57716564ebf51f8be187ed64cb8a640cb3b.zip
multimedia/py-opentimelineio: Broken
Reported by: fallout
-rw-r--r--multimedia/py-opentimelineio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/py-opentimelineio/Makefile b/multimedia/py-opentimelineio/Makefile
index feea202aa04b..d1856dba8297 100644
--- a/multimedia/py-opentimelineio/Makefile
+++ b/multimedia/py-opentimelineio/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/PixarAnimationStudios/OpenTimelineIO
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN= fals to build with Python-3.11, see https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1759
+
LIB_DEPENDS= libImath-3_1.so:math/Imath
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}