python3Packaegs.python-snap7: remove snap7.six from pythonImportsCheck

The module does not exist anymore.
This commit is contained in:
Martin Weinelt 2021-05-07 20:03:18 +02:00 committed by Jonathan Ringer
parent 6e6a1295be
commit 5f6dd3dd1e

View file

@ -24,7 +24,6 @@ buildPythonPackage rec {
pythonImportsCheck = [
"snap7"
"snap7.six"
"snap7.util"
];