2018-05-24 10:56 GMT+02:00 W. Martin Borgert <[email protected]>: > Quoting Ondrej Novy <[email protected]>: > >> https://packages.debian.org/sid/python3-six :) >> >> (already in Debian from wheezy) >> > > But it is missing as dep in the package. Will fix this soon, if necessary. > (Requirements says so, but autopkgtest seem to succeed, so maybe it is a > "false requirement".) > >
This is not a false requirement: you can try this: import pymodbus.client.sync I guess the package build succeeds because the dependency is only set in requirements.txt (for pip but ignored by setup.py) but not in setup.py (I think that this one is used by autopkgtest).
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
