python-suseapi: update to latest version

Unfortunately, the test suite now depends on additional packages that we don't
have, so we can no longer run the tests at the moment.
This commit is contained in:
Peter Simons 2017-12-13 11:35:39 +01:00
parent 941e0e4f43
commit afe9649210

View File

@ -24261,19 +24261,23 @@ EOF
suseapi = buildPythonPackage rec {
name = "${pname}-${version}";
pname = "suseapi";
version = "0.24-5-g9937e3b";
version = "0.24-31-g0fcbe96";
src = pkgs.fetchFromGitHub {
owner = "openSUSE";
repo = "python-${pname}";
rev = version;
sha256 = "1144h26wrzazzy6y3yy163fccqmggk5hazjkk8l9a547390ilgrv";
sha256 = "0hyzq0h1w8gp0zfvhqh7qsgcg1wp05a14371m6bn5a7gss93rbv4";
};
propagatedBuildInputs = with self; [
django suds-jurko ldap mechanize beautifulsoup4 pyxdg dateutil requests
];
buildInputs = with self; [ httpretty ];
doCheck = false;
meta = {
homepage = "https://github.com/openSUSE/python-suseapi/";
description = "Python module to work with various SUSE services";