mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From dfe6f65b7078315c32cebb727e9c47ead7603475 Mon Sep 17 00:00:00 2001
|
||||
From: Asaf Kahlon <asafka7@gmail.com>
|
||||
Date: Sun, 13 Oct 2019 16:44:44 +0300
|
||||
Subject: [PATCH 1/1] Adjust ws4py for Python 3.7 syntax
|
||||
Subject: [PATCH] Adjust ws4py for Python 3.7 syntax
|
||||
|
||||
Since Python 3.7, "async" has become a keyword and cannot be used.
|
||||
Thus, instead of asyncio.async we will use asyncio.ensure_future.
|
||||
|
Reference in New Issue
Block a user