summarylogtreecommitdiffstats
path: root/0001-Change-setup.py-to-accept-new-python-telegram-ver.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Change-setup.py-to-accept-new-python-telegram-ver.patch')
-rw-r--r--0001-Change-setup.py-to-accept-new-python-telegram-ver.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/0001-Change-setup.py-to-accept-new-python-telegram-ver.patch b/0001-Change-setup.py-to-accept-new-python-telegram-ver.patch
deleted file mode 100644
index d5e8e746ad8e..000000000000
--- a/0001-Change-setup.py-to-accept-new-python-telegram-ver.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 0b4663c21a1dac223872f16473840b9daf446d8b Mon Sep 17 00:00:00 2001
-From: "j.r" <j.r@jugendhacker.de>
-Date: Tue, 29 Dec 2020 14:44:26 +0100
-Subject: [PATCH 1/2] Change setup.py to accept new python-telegram ver
-
----
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index e1aea71..e98daa1 100644
---- a/setup.py
-+++ b/setup.py
-@@ -22,5 +22,5 @@ setup(
- packages=["tg"],
- entry_points={"console_scripts": ["tg = tg.__main__:main"]},
- python_requires=">=3.8",
-- install_requires=["python-telegram==0.12.0"],
-+ install_requires=["python-telegram>=0.12.0"],
- )
---
-2.30.1
-