1 { lib, buildPythonPackage, fetchPypi, libxml2
2 , m2crypto, ply, pyyaml, six, pbr, pythonOlder, nocasedict, nocaselist, yamlloader, requests-mock
3 , httpretty, lxml, mock, pytest, requests, decorator, unittest2
4 , FormEncode, testfixtures, pytz
7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-xffkWMJTDGE1j7xjM750+vNmqs546uM3QUMSZ63zJhA=";
16 propagatedBuildInputs = [
25 ] ++ lib.optionals (pythonOlder "3.0") [ m2crypto ];
42 description = "Support for the WBEM standard for systems management";
43 homepage = "https://pywbem.github.io";
44 license = licenses.lgpl21Plus;
45 maintainers = with maintainers; [ peterhoeg ];