summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker-compose/files/expand-request-versions.patch13
-rw-r--r--app-emulation/docker-compose/files/requests-requirements.patch13
2 files changed, 0 insertions, 26 deletions
diff --git a/app-emulation/docker-compose/files/expand-request-versions.patch b/app-emulation/docker-compose/files/expand-request-versions.patch
deleted file mode 100644
index a1c9bb502565..000000000000
--- a/app-emulation/docker-compose/files/expand-request-versions.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 9bca475..5ea5e73 100644
---- a/setup.py
-+++ b/setup.py
-@@ -27,7 +27,7 @@ def find_version(*file_paths):
- install_requires = [
- 'docopt >= 0.6.1, < 0.7',
- 'PyYAML >= 3.10, < 4',
-- 'requests >= 2.6.1, < 2.7',
-+ 'requests >= 2.6.1',
- 'texttable >= 0.8.1, < 0.9',
- 'websocket-client >= 0.32.0, < 1.0',
- 'docker-py >= 1.3.1, < 1.4',
diff --git a/app-emulation/docker-compose/files/requests-requirements.patch b/app-emulation/docker-compose/files/requests-requirements.patch
deleted file mode 100644
index a897baf34618..000000000000
--- a/app-emulation/docker-compose/files/requests-requirements.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 39ac0f6..91d8b5b 100644
---- a/setup.py
-+++ b/setup.py
-@@ -27,7 +27,7 @@ def find_version(*file_paths):
- install_requires = [
- 'docopt >= 0.6.1, < 0.7',
- 'PyYAML >= 3.10, < 4',
-- 'requests >= 2.2.1, < 2.6',
-+ 'requests >= 2.2.1',
- 'texttable >= 0.8.1, < 0.9',
- 'websocket-client >= 0.11.0, < 1.0',
- 'docker-py >= 1.0.0, < 1.2',