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