python3Packages.asyncssh: 2.7.2 -> 2.8.0
This commit is contained in:
parent
d320d0b5ff
commit
b9012ca748
@ -18,12 +18,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "asyncssh";
|
||||
version = "2.7.2";
|
||||
version = "2.8.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "96b09239c3cc134cfb66ae1138313fdb48cc390806f21f831dd44f8a1d8252a1";
|
||||
sha256 = "sha256-VWXLBpShTp1MvJ9zhP58P9ZplVMetPUucq2II+2iG6M=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -62,9 +64,13 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# No PIN set
|
||||
"TestSKAuthCTAP2"
|
||||
# Requires network access
|
||||
"test_connect_timeout_exceeded"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "asyncssh" ];
|
||||
pythonImportsCheck = [
|
||||
"asyncssh"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Asynchronous SSHv2 Python client and server library";
|
||||
|
Loading…
Reference in New Issue
Block a user