diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2023-04-11 08:27:08 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-04-11 08:29:43 +0300 |
commit | d8d6bf974cfa15d18d473b7de3a24558fa001669 (patch) | |
tree | da486db6ddb6903d7a499e26364b2b7d9862fa8f /media-gfx | |
parent | media-gfx/alembic: add 1.8.5 (diff) | |
download | gentoo-d8d6bf974cfa15d18d473b7de3a24558fa001669.tar.gz gentoo-d8d6bf974cfa15d18d473b7de3a24558fa001669.tar.bz2 gentoo-d8d6bf974cfa15d18d473b7de3a24558fa001669.zip |
media-gfx/alembic: comment about tests with py3.11
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/alembic/alembic-1.8.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |