Loading pkgs/development/python-modules/pywbem/default.nix +24 −5 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, libxml2 , m2crypto, ply, pyyaml, six, pbr, pythonOlder, nocasedict, nocaselist, yamlloader, requests-mock , httpretty, lxml, mock, pytest, requests, decorator, unittest2 , FormEncode, testfixtures, pytz { lib , buildPythonPackage , fetchPypi , libxml2 , m2crypto , ply , pyyaml , six , pbr , pythonOlder , nocasedict , nocaselist , yamlloader , requests-mock , httpretty , lxml , mock , pytest , requests , decorator , FormEncode , testfixtures , pytz }: buildPythonPackage rec { pname = "pywbem"; version = "1.5.0"; format = "setuptools"; src = fetchPypi { inherit pname version; Loading Loading @@ -35,7 +55,6 @@ buildPythonPackage rec { requests requests-mock testfixtures unittest2 ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/pywbem/default.nix +24 −5 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, libxml2 , m2crypto, ply, pyyaml, six, pbr, pythonOlder, nocasedict, nocaselist, yamlloader, requests-mock , httpretty, lxml, mock, pytest, requests, decorator, unittest2 , FormEncode, testfixtures, pytz { lib , buildPythonPackage , fetchPypi , libxml2 , m2crypto , ply , pyyaml , six , pbr , pythonOlder , nocasedict , nocaselist , yamlloader , requests-mock , httpretty , lxml , mock , pytest , requests , decorator , FormEncode , testfixtures , pytz }: buildPythonPackage rec { pname = "pywbem"; version = "1.5.0"; format = "setuptools"; src = fetchPypi { inherit pname version; Loading Loading @@ -35,7 +55,6 @@ buildPythonPackage rec { requests requests-mock testfixtures unittest2 ]; meta = with lib; { Loading