tesh: fix build (#357625)
This commit is contained in:
commit
44a426a44f
@ -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