summarylogtreecommitdiffstats
path: root/0002-Remove-binarys.diff
diff options
context:
space:
mode:
authorj.r2020-09-18 20:41:42 +0200
committerj.r2020-09-18 20:41:42 +0200
commit092e7e6b84d6eb14bae3cd98fcb91eae8ca4e998 (patch)
tree71c1b694736f165d6ed066a83cc3c27227c1999e /0002-Remove-binarys.diff
parenta52383dddb261d8e4ed8c20e583033bed3c97fc2 (diff)
downloadaur-092e7e6b84d6eb14bae3cd98fcb91eae8ca4e998.tar.gz
Add patches to use system wide tdlib
Diffstat (limited to '0002-Remove-binarys.diff')
-rw-r--r--0002-Remove-binarys.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/0002-Remove-binarys.diff b/0002-Remove-binarys.diff
new file mode 100644
index 000000000000..72b1744dfb54
--- /dev/null
+++ b/0002-Remove-binarys.diff
@@ -0,0 +1,15 @@
+diff --git a/setup.py b/setup.py
+index a1ac7b0..aecc107 100644
+--- a/setup.py
++++ b/setup.py
+@@ -25,10 +25,4 @@ setup(
+ packages=[
+ 'telegram',
+ ],
+- package_data={
+- 'telegram': [
+- 'lib/darwin/*',
+- 'lib/linux/*',
+- ],
+- },
+ )