aboutsummaryrefslogtreecommitdiffstats
path: root/games-util/grapejuice/files
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/grapejuice/files')
-rw-r--r--games-util/grapejuice/files/no-build-isolation.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-util/grapejuice/files/no-build-isolation.patch b/games-util/grapejuice/files/no-build-isolation.patch
new file mode 100644
index 0000000..35e7292
--- /dev/null
+++ b/games-util/grapejuice/files/no-build-isolation.patch
@@ -0,0 +1,12 @@
+diff --git a/src/grapejuice_packaging/builders/linux_package_builder.py b/src/grapejuice_packaging/builders/linux_package_builder.py
+index ca3cf89..e3ca667 100644
+--- a/src/grapejuice_packaging/builders/linux_package_builder.py
++++ b/src/grapejuice_packaging/builders/linux_package_builder.py
+@@ -58,6 +58,7 @@ def _build_package(configuration: LinuxPackageConfiguration):
+ sys.executable, "-m", "pip",
+ "install", ".",
+ "--no-dependencies",
++ "--no-build-isolation",
+ "--target", str(python_site)
+ ])
+