python3Packages.gremlinpython: init at 3.4.8

This commit is contained in:
Robert Scott
2021-01-30 13:41:36 +00:00
parent 9bd221d833
commit 14b0dfd2fc
2 changed files with 56 additions and 0 deletions
+2
View File
@@ -2787,6 +2787,8 @@ in {
grequests = callPackage ../development/python-modules/grequests { };
gremlinpython = callPackage ../development/python-modules/gremlinpython { };
grib-api = disabledIf (!isPy27) (toPythonModule (pkgs.grib-api.override {
enablePython = true;
pythonPackages = self;