summaryrefslogtreecommitdiff
path: root/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild')
-rw-r--r--dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
index c813fe7c8279..46b396a1035e 100644
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
+++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
@@ -29,6 +29,10 @@ BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.2.7-clang-16.patch
+)
+
src_configure() {
cythonize -3 _ruamel_yaml.pyx || die
}