From 13ede425df133a6fb424c39ea1d2a02ccca4a3ec Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 24 Jan 2023 17:27:51 +0100 Subject: [PATCH] dev-python/matrix-nio: DISTUTILS_USE_PEP517=poetry --- dev-python/matrix-nio/matrix-nio-0.20.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/matrix-nio/matrix-nio-0.20.1.ebuild b/dev-python/matrix-nio/matrix-nio-0.20.1.ebuild index 97bafd2..5939035 100644 --- a/dev-python/matrix-nio/matrix-nio-0.20.1.ebuild +++ b/dev-python/matrix-nio/matrix-nio-0.20.1.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{9..11}) +DISTUTILS_USE_PEP517=poetry inherit distutils-r1