mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
Bumping a little past the last release because this version actually passes tests :-) Signed-off-by: Rick Farina <zerochaos@gentoo.org>
11 lines
473 B
Diff
11 lines
473 B
Diff
diff -Naur urh-2.9.4-orig/setup.py urh-2.9.4/setup.py
|
|
--- urh-2.9.4-orig/setup.py 2023-08-20 20:31:45.067321480 -0400
|
|
+++ urh-2.9.4/setup.py 2023-08-20 20:31:55.088320822 -0400
|
|
@@ -50,7 +50,6 @@
|
|
print("Finalizing options")
|
|
_build_ext.finalize_options(self)
|
|
# Prevent numpy from thinking it is still in its setup process:
|
|
- set_builtin("__NUMPY_SETUP__", False)
|
|
import numpy
|
|
|
|
self.include_dirs.append(numpy.get_include())
|