12 buildPythonPackage rec {
13 pname = "wsdiscovery";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "python-ws-discovery";
23 hash = "sha256-6LGZogNRCnmCrRXvHq9jmHwqW13KQPpaGaao/52JPtk=";
26 propagatedBuildInputs = [
36 pythonImportsCheck = [ "wsdiscovery" ];
39 description = "WS-Discovery implementation for Python";
40 homepage = "https://github.com/andreikop/python-ws-discovery";
41 license = with licenses; [ lgpl3Plus ];
42 maintainers = with maintainers; [ fab ];