9 buildPythonPackage rec {
10 pname = "opcua-widgets";
12 format = "setuptools";
14 src = fetchFromGitHub {
18 hash = "sha256-ABJlKYN5H/1k8ynvSTSoJBX12vTTyavuNUAmTJ84mn0=";
21 disabled = pythonOlder "3.10";
23 propagatedBuildInputs = [
28 pythonImportsCheck = [ "uawidgets" ];
30 #This test is broken, when updating this package check if the test was fixed.
33 meta = with pkgs.lib; {
34 description = "Common widgets for opcua-modeler og opcua-client-gui";
35 homepage = "https://github.com/FreeOpcUa/opcua-widgets";
36 license = licenses.gpl3Only;
37 maintainers = with maintainers; [ janik ];