warning about missing python3-apt
When I ran python -m rebuilds schedule-revdeps libjxl-dev --local-versions
I got this warning; should python3-apt
be added to requirements.txt ?
debusine-rebuilds/ve/lib/python3.12/site-packages/debian/deb822.py:726:
UserWarning: Parsing of Deb822 data with python3-apt's apt_pkg was requested
but this package is not importable. Is python3-apt installed?
warnings.warn(msg)