# Lintian trips on base64 encoded globus logo embedded in the html. 
# The original file looks to be docs/_static/logo.png.
source-is-missing [src/globus_sdk/experimental/login_flow_manager/local_server_login_flow_manager/html_files/local_server_landing_page.html]

# Lintian globing captures "crypt" in "cryptography" and "uu" in "uuid",
# resulting in a lot of informational messages that actually shouldn't
# occur.  This may be temporary, see how #1077324 evolves.
uses-deprecated-python-stdlib crypt (deprecated in Python 3.11, removed in Python 3.13) [*]
uses-deprecated-python-stdlib uu (deprecated in Python 3.11, removed in Python 3.13) [*]
# This one flags a "yield from chunks".  Also, this is chunks, plural.
# I was about to file an issue upstream when noticing.  :)
uses-deprecated-python-stdlib chunk (deprecated in Python 3.11, removed in Python 3.13) [scripts/changelog2md.py:*]
