Merge pull request #75378 from dmrauh/add/wsnsimpy

pythonPackages.wsnsimpy: init at 0.2.5
This commit is contained in:
Sandro
2020-12-20 17:02:02 +01:00
committed by GitHub
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -7861,6 +7861,8 @@ in {
WSME = callPackage ../development/python-modules/WSME { };
wsnsimpy = callPackage ../development/python-modules/wsnsimpy { };
wsproto = if (pythonAtLeast "3.6") then
callPackage ../development/python-modules/wsproto { }
else