python3Packages.pylint-plugin-utils: fix build

This commit is contained in:
Jonathan Ringer 2020-06-12 13:26:32 -07:00
parent 8c3e9313c9
commit 38397dc9ea

View File

@ -5,6 +5,7 @@
# pythonPackages
, pylint
, toml
}:
buildPythonPackage rec {
@ -20,7 +21,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
pylint
pylint toml
];
checkPhase = ''