summarylogtreecommitdiffstats
path: root/0001-Remove-dependency-on-enum-compat.patch
blob: a211cb7d0b1ac7cbdd7650c270ddfa77410dfc13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 5e3524df0d53c797d60785b5c158e9db91d48dd6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20La=C3=9F?= <bevan@bi-co.net>
Date: Sun, 30 Jul 2023 11:40:40 +0200
Subject: [PATCH 1/2] Remove dependency on enum-compat

For Python >=3.4, this package is a no-op.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 4d7f9a0..4668d93 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(
     license="Apache 2.0 and MIT",
     long_description=readme + "\n\n" + changelog,
     url="https://github.com/peplin/pygatt",
-    install_requires=["pyserial", "enum-compat"],
+    install_requires=["pyserial"],
     setup_requires=["coverage == 5.5", "pytest == 8.3.2"],
     extras_require={
         "GATTTOOL": ["pexpect"],
-- 
2.46.0