tesh: fix build
This commit is contained in:
parent
23e89b7da8
commit
5f4f671862
@ -17,5 +17,5 @@ in python3Packages.buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ python3Packages.pytest ];
|
||||
nativeBuildInputs = [ python3Packages.poetry-core ];
|
||||
propagatedBuildInputs = with python3Packages; [ click pexpect ];
|
||||
propagatedBuildInputs = with python3Packages; [ click pexpect distutils ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user