summary refs log tree commit diff
path: root/pkgs/development/python-modules/tsfresh/remove-pyscaffold.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/tsfresh/remove-pyscaffold.patch')
-rw-r--r--pkgs/development/python-modules/tsfresh/remove-pyscaffold.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/tsfresh/remove-pyscaffold.patch b/pkgs/development/python-modules/tsfresh/remove-pyscaffold.patch
new file mode 100644
index 00000000000..b77f35cca70
--- /dev/null
+++ b/pkgs/development/python-modules/tsfresh/remove-pyscaffold.patch
@@ -0,0 +1,14 @@
+diff --git a/setup.cfg b/setup.cfg
+index e29e54e..75c3210 100644
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -29,9 +29,6 @@ classifier =
+ 
+ [options]
+ packages = find:
+-# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
+-setup_requires =
+-   pyscaffold>=3.3a0,<4
+ # Add here dependencies of your project (semicolon/line-separated), e.g.
+ install_requires =
+     requests>=2.9.1