summarylogtreecommitdiffstats
path: root/depends.patch
diff options
context:
space:
mode:
Diffstat (limited to 'depends.patch')
-rw-r--r--depends.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/depends.patch b/depends.patch
new file mode 100644
index 000000000000..360c60ab7cea
--- /dev/null
+++ b/depends.patch
@@ -0,0 +1,16 @@
+--- setup.py.orig 2018-06-28 20:07:40.290566100 -0300
++++ setup.py 2018-06-28 20:07:50.203657200 -0300
+@@ -102,12 +102,9 @@
+ packages=['stlib'],
+ package_dir={'stlib': 'src'},
+ ext_modules=[steam_api],
+- requires=['aiodns',
+- 'aiohttp',
++ requires=['aiohttp',
+ 'asyncio',
+ 'beautifulsoup4',
+- 'cchardet',
+- 'ujson',
+ 'rsa',
+ ],
+ python_requires='>=3.6',