1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

science/py-scikit-learn: Update to 1.0.1

PR:		260647
Reported by:	yuri@
This commit is contained in:
Wen Heping 2021-12-24 14:46:02 +08:00
parent a33846070f
commit c0bc437c37

View File

@ -0,0 +1,13 @@
--- setup.py.orig 2021-12-22 07:52:01 UTC
+++ setup.py
@@ -44,8 +44,8 @@ extra = dict(
],
)
-if python_version >= 3.0:
- extra["use_2to3"] = True
+#if python_version >= 3.0:
+# extra["use_2to3"] = True
# -- NICE-TO-HAVE:
# # FILE: setup.cfg -- Use pytest-runner (ptr) as test runner.