mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 17:41:20 +00:00
python-automat: Update to 22.10.0, refresh patches
This also removes the patch to avoid setuptools-scm and adds a build dependency on python-setuptools-scm/host. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -21,7 +21,7 @@ setup(
|
||||
@@ -12,7 +12,7 @@ setup(
|
||||
Self-service finite-state machines for the programmer on the go.
|
||||
""".strip(),
|
||||
long_description=long_description,
|
||||
readme='README.md',
|
||||
- packages=find_packages(exclude=[]),
|
||||
+ packages=find_packages(exclude=["*._test", "*._test.*"]),
|
||||
package_dir={'automat': 'automat'},
|
||||
install_requires=[
|
||||
"attrs>=19.2.0",
|
||||
@@ -30,6 +30,7 @@ setup(
|
||||
setup_requires=[
|
||||
'wheel',
|
||||
@@ -25,6 +25,7 @@ setup(
|
||||
author='Glyph',
|
||||
author_email='glyph@twistedmatrix.com',
|
||||
include_package_data=True,
|
||||
|
||||
Reference in New Issue
Block a user