mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-07 00:47:39 -08:00
Disable tests for now since they fail to build with a C++ error that I don't know how to fix. Closes: https://bugs.gentoo.org/894744 Closes: https://bugs.gentoo.org/896720 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
12 lines
288 B
Diff
12 lines
288 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 61bc3da..39c2ea5 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -1,5 +1,5 @@
|
|
import ast
|
|
-from distutils.command.build_py import build_py as _build_py
|
|
+from setuptools.command.build_py import build_py as _build_py
|
|
import os
|
|
import pathlib
|
|
import shutil
|