tesh: fix build (#357625)

This commit is contained in:
Aleksana 2024-11-29 16:35:21 +08:00 committed by GitHub
commit 44a426a44f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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