diff options
Diffstat (limited to 'community/gns3-server/fix-requirements.patch')
-rw-r--r-- | community/gns3-server/fix-requirements.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/community/gns3-server/fix-requirements.patch b/community/gns3-server/fix-requirements.patch deleted file mode 100644 index 772493afa3..0000000000 --- a/community/gns3-server/fix-requirements.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/requirements.txt b/requirements.txt -index 184af37..0eec220 100644 ---- a/requirements.txt -+++ b/requirements.txt -@@ -1,10 +1,9 @@ - jsonschema>=2.4.0 --aiohttp>=2.2.0,<2.4.0 # pyup: ignore --aiohttp-cors>=0.5.3,<0.6.0 # pyup: ignore -+aiohttp>=2.2.0 -+aiohttp-cors>=0.5.3 - yarl>=0.11 - Jinja2>=2.7.3 - raven>=5.23.0 - psutil>=3.0.0 - zipstream>=1.1.4 --typing>=3.5.3.0 # Otherwise yarl fails with python 3.4 - prompt-toolkit |