summaryrefslogtreecommitdiff
path: root/dev-python/ipython/ipython-8.3.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ipython/ipython-8.3.0-r1.ebuild')
-rw-r--r--dev-python/ipython/ipython-8.3.0-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/ipython/ipython-8.3.0-r1.ebuild b/dev-python/ipython/ipython-8.3.0-r1.ebuild
index aaa7a7ae63a3..3a38a26f8d7a 100644
--- a/dev-python/ipython/ipython-8.3.0-r1.ebuild
+++ b/dev-python/ipython/ipython-8.3.0-r1.ebuild
@@ -89,6 +89,10 @@ python_prepare_all() {
# https://github.com/ipython/ipython/issues/12892
mv IPython/extensions/{,ipython_}tests || die
+ # remove pyproject.toml that specifies incorrect backend; since
+ # the package actually requires the legacy backend, force it implicitly
+ rm pyproject.toml || die
+
distutils-r1_python_prepare_all
}