mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
python-exceptiongroup: Update to 1.1.1
This adds a build dependency that will be required for pyproject.toml-based builds. This also removes the run-time dependency on python3-attrs; there is no indication this package is required. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ Subject: [PATCH] add setup.py to avoid depending on flit for building
|
||||
+
|
||||
+setuptools.setup(
|
||||
+ name='exceptiongroup',
|
||||
+ version='1.1.0',
|
||||
+ version='1.1.1',
|
||||
+ description='Backport of PEP 654 (exception groups)',
|
||||
+ author='Alex Grönholm',
|
||||
+ author_email='Alex Grönholm <alex.gronholm@nextday.fi>',
|
||||
|
||||
Reference in New Issue
Block a user