On Wed, 06 Nov 2024 at 17:04:04 -0700, Soren Stoutner wrote: > I do not see a dependency on python3-pkg-resources. > > https://salsa.debian.org/python-team/packages/python-hidapi/-/blob/debian/ > master/debian/control?ref_type=heads > > Can you please point me to the problem?
$ apt-cache show python3-hid=0.14.0.post3-1 | grep pkg-resources Depends: libhidapi-hidraw0, python3 (<< 3.13), python3 (>= 3.12~), python3-pkg-resources, libc6 (>= 2.33), libudev1 (>= 183) As you say, it isn't mentioned in debian/control, so I assume it must have got there indirectly via ${python3:Depends}. smcv