Loading pkgs/development/python-modules/orange-canvas-core/default.nix +11 −4 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ # build-system setuptools, trubar, # dependencies anyqt, Loading @@ -15,10 +16,12 @@ filelock, lockfile, numpy, packaging, pip, trubar, qasync, requests, requests-cache, truststore, typing-extensions, # tests Loading @@ -42,22 +45,26 @@ buildPythonPackage rec { hash = "sha256-cEy9ADU/jZoKmGXVlqwG+qWKZ22STjALgCb1IxAwpO0="; }; build-system = [ setuptools ]; build-system = [ setuptools trubar ]; dependencies = [ anyqt cachecontrol commonmark dictdiffer docutils filelock lockfile numpy packaging pip qasync requests requests-cache truststore typing-extensions trubar ]; pythonImportsCheck = [ "orangecanvas" ]; Loading Loading
pkgs/development/python-modules/orange-canvas-core/default.nix +11 −4 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ # build-system setuptools, trubar, # dependencies anyqt, Loading @@ -15,10 +16,12 @@ filelock, lockfile, numpy, packaging, pip, trubar, qasync, requests, requests-cache, truststore, typing-extensions, # tests Loading @@ -42,22 +45,26 @@ buildPythonPackage rec { hash = "sha256-cEy9ADU/jZoKmGXVlqwG+qWKZ22STjALgCb1IxAwpO0="; }; build-system = [ setuptools ]; build-system = [ setuptools trubar ]; dependencies = [ anyqt cachecontrol commonmark dictdiffer docutils filelock lockfile numpy packaging pip qasync requests requests-cache truststore typing-extensions trubar ]; pythonImportsCheck = [ "orangecanvas" ]; Loading