pythonPackages.wsnsimpy: init at 0.2.5

This commit is contained in:
Dominik Michael Rauh
2020-12-05 10:15:09 +01:00
parent 9560149052
commit a4ad817710
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -7633,6 +7633,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