mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 00:51:19 +00:00
python-automat: Update to 20.2.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -26,5 +26,5 @@
|
||||
- 'm2r',
|
||||
- ],
|
||||
install_requires=[
|
||||
"attrs>=16.1.0",
|
||||
"attrs>=19.2.0",
|
||||
"six",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -27,15 +27,6 @@ setup(
|
||||
"attrs>=16.1.0",
|
||||
"attrs>=19.2.0",
|
||||
"six",
|
||||
],
|
||||
- extras_require={
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
+ packages=find_packages(exclude=["*._test", "*._test.*"]),
|
||||
package_dir={'automat': 'automat'},
|
||||
install_requires=[
|
||||
"attrs>=16.1.0",
|
||||
"attrs>=19.2.0",
|
||||
@@ -30,6 +30,7 @@ setup(
|
||||
author='Glyph',
|
||||
author_email='glyph@twistedmatrix.com',
|
||||
|
||||
Reference in New Issue
Block a user