Package: python-cattrs
Version: 26.1.0-1
Severity: normal

Dear Maintainer,

Thank you for refreshing this package.

I had a glimpse at the source and python3-tomli
is not needed for the build; "tomllib" from
the standard library will be preferred.

Greetings

Alexandre


/tmp/python-cattrs$ grep tomli pyproject.toml
    "tomli>=1.1.0; python_version < '3.11'",
    "tomli-w>=1.1.0",
/tmp/python-cattrs$ grep tomli src/ -C 4 -r
src/cattrs/preconf/tomllib.py-
src/cattrs/preconf/tomllib.py-try:
src/cattrs/preconf/tomllib.py-    from tomllib import loads
src/cattrs/preconf/tomllib.py-except ImportError:
src/cattrs/preconf/tomllib.py:    from tomli import loads
src/cattrs/preconf/tomllib.py-

Reply via email to