about summary refs log tree commit diff
path: root/pkgs/development/python-modules/remotecv/install_requires.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/remotecv/install_requires.patch')
-rw-r--r--pkgs/development/python-modules/remotecv/install_requires.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/remotecv/install_requires.patch b/pkgs/development/python-modules/remotecv/install_requires.patch
deleted file mode 100644
index 37203128486ef..0000000000000
--- a/pkgs/development/python-modules/remotecv/install_requires.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 70f765c..8003cda 100644
---- a/setup.py
-+++ b/setup.py
-@@ -53,9 +53,8 @@ remotecv is an OpenCV worker for facial and feature recognition
-     },
- 
-     install_requires=[
--        "argparse>=1.2.1,<1.3.0",
--        "pyres>=1.5,<1.6",
--        "Pillow>=4.3.0,<5.2.0",
-+        "pyres>=1.5",
-+        "Pillow>=4.3.0",
-     ],
- 
-     entry_points={