8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "sha256-VGmbkstorjS1koxIqIjquXIqISUCy6iap5W9Vll1Bb0=";
17 propagatedBuildInputs = [
22 SCPPY_PORT=10022 ${python.interpreter} test.py
25 #The Pypi package doesn't include the test
28 pythonImportsCheck = [ "scp" ];
31 homepage = "https://github.com/jbardin/scp.py";
32 description = "SCP module for paramiko";
33 license = licenses.lgpl21Only;
34 maintainers = with maintainers; [ xnaveira ];