commit: d8d6bf974cfa15d18d473b7de3a24558fa001669
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 05:27:08 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 05:29:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d6bf97
media-gfx/alembic: comment about tests with py3.11
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
media-gfx/alembic/alembic-1.8.5.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-gfx/alembic/alembic-1.8.5.ebuild
b/media-gfx/alembic/alembic-1.8.5.ebuild
index acfb913ecfbc..e69f73e9d37e 100644
--- a/media-gfx/alembic/alembic-1.8.5.ebuild
+++ b/media-gfx/alembic/alembic-1.8.5.ebuild
@@ -39,6 +39,7 @@ DOCS=( ACKNOWLEDGEMENTS.txt FEEDBACK.txt NEWS.txt README.txt )
src_prepare() {
cmake_src_prepare
+ # Tests are broken with python 3.11. See also:
https://github.com/alembic/alembic/issues/411
cmake_run_in "${S}/python/PyAlembic" cmake_comment_add_subdirectory
Tests
}