summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvejnar2023-10-19 22:32:56 -0400
committervejnar2023-10-19 22:32:56 -0400
commit5e33674efe1764763f61057fa87911e0fb6174b9 (patch)
treedfdaf7318f9eff4d8615f9d6edf79ebd5e460a34
parent2473f2126dcb0cbcb6a9148c0ea4369b872ded92 (diff)
downloadaur-5e33674efe1764763f61057fa87911e0fb6174b9.tar.gz
Add patch
-rw-r--r--no_pip.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/no_pip.patch b/no_pip.patch
new file mode 100644
index 000000000000..905aa9db8684
--- /dev/null
+++ b/no_pip.patch
@@ -0,0 +1,6 @@
+--- a/pyproject.toml 2023-07-18 17:19:44.623245122 -0400
++++ b/pyproject.toml 2023-07-18 17:20:01.673843906 -0400
+@@ -1,2 +1,2 @@
+ [build-system]
+-requires=['pip', 'setuptools>=60.0', 'numpy>=1.19', 'cykhash>=2.0,<3.0', 'Cython~=0.29', 'wheel', 'hmmlearn>=0.3']
++requires=['setuptools>=60.0', 'numpy>=1.19', 'cykhash>=2.0,<3.0', 'Cython~=0.29', 'wheel', 'hmmlearn>=0.3']