Skip to content

Commit

Permalink
python-suseapi: update to latest version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
peti committed Dec 13, 2017
1 parent 941e0e4 commit afe9649
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -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";
Expand Down

0 comments on commit afe9649

Please sign in to comment.