mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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:
parent
941e0e4f43
commit
afe9649210
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user