aboutsummaryrefslogtreecommitdiffstats
path: root/testing/home-assistant/update-deps.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-11-25 20:39:40 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2016-11-25 20:39:46 +0100
commit381e9469b4315fc3a810adc771f9bacc4246d9b7 (patch)
treeadaeb966c40e22d19f3157e8e6d865be40e9a535 /testing/home-assistant/update-deps.patch
parent0d052d0578de9e3674bd66da6686dcd7f56b2cea (diff)
downloadaports-381e9469b4315fc3a810adc771f9bacc4246d9b7.tar.bz2
aports-381e9469b4315fc3a810adc771f9bacc4246d9b7.tar.xz
testing/home-assistant: new aport
Diffstat (limited to 'testing/home-assistant/update-deps.patch')
-rw-r--r--testing/home-assistant/update-deps.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/home-assistant/update-deps.patch b/testing/home-assistant/update-deps.patch
new file mode 100644
index 0000000000..1c6f6fcd45
--- /dev/null
+++ b/testing/home-assistant/update-deps.patch
@@ -0,0 +1,17 @@
+--- ./setup.py.orig
++++ ./setup.py
+@@ -17,12 +17,10 @@
+ 'requests>=2,<3',
+ 'pyyaml>=3.11,<4',
+ 'pytz>=2016.7',
+- 'pip>=7.0.0',
+ 'jinja2>=2.8',
+- 'voluptuous==0.9.2',
+- 'typing>=3,<4',
++ 'voluptuous>=0.9.2',
+ 'aiohttp==1.0.5',
+- 'async_timeout==1.0.0',
++ 'async_timeout>=1.0.0',
+ ]
+
+ setup(