Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory:Rings:1-MinimalX
python-inflect
typing_extensions-version.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File typing_extensions-version.patch of Package python-inflect
--- inflect/compat/py38.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/inflect/compat/py38.py +++ b/inflect/compat/py38.py @@ -1,7 +1,7 @@ import sys -if sys.version_info >= (3, 9): +try: from typing import Annotated -else: # pragma: no cover +except ImportError: from typing_extensions import Annotated # noqa: F401
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor