Skip to content

Commit

Permalink
pywbem: hash keeps changing - why? Embed the patch
Browse files Browse the repository at this point in the history
(cherry picked from commit 23ef826)
  • Loading branch information
peterhoeg committed Sep 25, 2017
1 parent 6a1978f commit f5af8a7
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/development/python-modules/pywbem/default.nix
Expand Up @@ -15,12 +15,9 @@ buildPythonPackage rec {
};

patches = [
# fix timezone handling so the tests pass again. Can go when 0.11.0 is released
# 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
(fetchpatch {
url = "https://github.com/pywbem/pywbem/commit/bb7fa19d636d999bf844d80939e155b8f212ef3e.patch";
sha256 = "1zd5f9qrb8rnaahmazkjnf3hqsc4f7n63z44k0wcwhz7fskpqza0";
})
./make_cimdatetime_timezone_aware.patch
];

propagatedBuildInputs = [ m2crypto ply pyyaml six ];
Expand Down

0 comments on commit f5af8a7

Please sign in to comment.