python3Packages.fastjsonschema: init at 2.14.4

This commit is contained in:
Drew Risinger
2020-04-23 18:02:18 -04:00
parent 69a7c3ba2d
commit 1940e83201
2 changed files with 41 additions and 0 deletions
+2
View File
@@ -2761,6 +2761,8 @@ in {
fastdtw = callPackage ../development/python-modules/fastdtw { };
fastjsonschema = callPackage ../development/python-modules/fastjsonschema { };
faulthandler = if ! isPy3k
then callPackage ../development/python-modules/faulthandler {}
else throw "faulthandler is built into ${python.executable}";