10 buildPythonPackage rec {
11 pname = "opcua-widgets";
13 format = "setuptools";
15 src = fetchFromGitHub {
19 hash = "sha256-ABJlKYN5H/1k8ynvSTSoJBX12vTTyavuNUAmTJ84mn0=";
22 disabled = pythonOlder "3.10";
24 propagatedBuildInputs = [
29 pythonImportsCheck = [ "uawidgets" ];
31 #This test is broken, when updating this package check if the test was fixed.
34 meta = with pkgs.lib; {
35 description = "Common widgets for opcua-modeler og opcua-client-gui";
36 homepage = "https://github.com/FreeOpcUa/opcua-widgets";
37 license = licenses.gpl3Only;