mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-24 12:44:02 +00:00
- Python 3.12 support - PEP517 support - re-enabled tests - general rework of the ebuild Closes: https://bugs.gentoo.org/912679 Closes: https://bugs.gentoo.org/929898 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37042 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
12 lines
282 B
Diff
12 lines
282 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 501829c18..842a2b962 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -1,6 +1,7 @@
|
|
[build-system]
|
|
requires = ["setuptools", "cython"]
|
|
build-backend = "setuptools.build_meta"
|
|
+backend-path = [ "" ]
|
|
|
|
[project]
|
|
name = "xpra"
|