python3Packages.pyHS100: init at 0.3.5.1

This commit is contained in:
Martin Weinelt
2020-08-03 13:52:39 -07:00
committed by Jon
parent 2db9d13de4
commit cd8dcb546a
2 changed files with 40 additions and 0 deletions
+2
View File
@@ -2578,6 +2578,8 @@ in {
pyhcl = callPackage ../development/python-modules/pyhcl { };
pyhs100 = callPackage ../development/python-modules/pyhs100 { };
pytest = if isPy3k then self.pytest_5 else self.pytest_4;
pytest_5 = callPackage ../development/python-modules/pytest {