tesh: fix build

This commit is contained in:
Domen Kožar 2024-11-20 18:51:43 +00:00
parent 23e89b7da8
commit 5f4f671862

View File

@ -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 ];
}