Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
peterhoeg committed Sep 28, 2017
1 parent c57e5d1 commit a8c8255
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pkgs/development/python-modules/pywbem/default.nix
Expand Up @@ -5,21 +5,15 @@

buildPythonPackage rec {
name = "pywbem-${version}";
version = "0.10.0";
version = "0.10.1";

src = fetchFromGitHub {
owner = "pywbem";
repo = "pywbem";
rev = "v${version}";
sha256 = "0jcwklip03xcni0dvsk9va8ilqz21g4fxwqd5kzvv91slaadfcym";
sha256 = "1pifbnkkmdb7jn0nhb6j9y7hlq3my45gm75sxph4jm4kxnrpbv91";
};

patches = [
# fix timezone handling so the tests pass again. Can go when 0.10.1 is released
# https://github.com/pywbem/pywbem/issues/755#issuecomment-327508681
./make_cimdatetime_timezone_aware.patch
];

propagatedBuildInputs = [ m2crypto ply pyyaml six ];

checkInputs = [ httpretty lxml mock pytest requests ];
Expand All @@ -43,8 +37,8 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Support for the WBEM standard for systems management.";
homepage = http://pywbem.github.io/pywbem/;
license = licenses.gpl2;
homepage = http://pywbem.github.io/pywbem/;
license = licenses.gpl2;
maintainers = with maintainers; [ peterhoeg ];
};
}

0 comments on commit a8c8255

Please sign in to comment.