summaryrefslogtreecommitdiff
path: root/dev-python/python-evdev/files/python-evdev-1.5.0-python311.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-evdev/files/python-evdev-1.5.0-python311.patch')
-rw-r--r--dev-python/python-evdev/files/python-evdev-1.5.0-python311.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/python-evdev/files/python-evdev-1.5.0-python311.patch b/dev-python/python-evdev/files/python-evdev-1.5.0-python311.patch
deleted file mode 100644
index 1f516c79acb2..000000000000
--- a/dev-python/python-evdev/files/python-evdev-1.5.0-python311.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/evdev/eventio_async.py b/evdev/eventio_async.py
-index 77542a4..68225c3 100644
---- a/evdev/eventio_async.py
-+++ b/evdev/eventio_async.py
-@@ -85,8 +85,7 @@ class ReadIterator(object):
- def __aiter__(self):
- return self
-
-- @asyncio.coroutine
-- def __anext__(self):
-+ async def __anext__(self):
- future = asyncio.Future()
- try:
- # Read from the previous batch of events.