aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-adapt-parser/0001-relax-dep-requirements.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-adapt-parser/0001-relax-dep-requirements.patch')
-rw-r--r--community/py3-adapt-parser/0001-relax-dep-requirements.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/py3-adapt-parser/0001-relax-dep-requirements.patch b/community/py3-adapt-parser/0001-relax-dep-requirements.patch
deleted file mode 100644
index dcd702346cd..00000000000
--- a/community/py3-adapt-parser/0001-relax-dep-requirements.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Upstream: no
-
-We can't ship specifically pyee 8.1.0, we're not a stable release distribution, so relax the requirements
-
-diff --git a/requirements.txt b/requirements.txt
-index fc7d28d..42cad3d 100644
---- a/requirements.txt
-+++ b/requirements.txt
-@@ -1,2 +1,2 @@
--pyee==8.1.0
-+pyee>=8.1.0
- six>=1.10.0