Skip to content

Commit 23ef826

Browse files
committedSep 25, 2017
pywbem: hash keeps changing - why? Embed the patch
1 parent b13a6d5 commit 23ef826

File tree

2 files changed

+493
-5
lines changed

2 files changed

+493
-5
lines changed
 

Diff for: ‎pkgs/development/python-modules/pywbem/default.nix

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ buildPythonPackage rec {
1515
};
1616

1717
patches = [
18-
# fix timezone handling so the tests pass again. Can go when 0.11.0 is released
18+
# fix timezone handling so the tests pass again. Can go when 0.10.1 is released
1919
# https://github.com/pywbem/pywbem/issues/755#issuecomment-327508681
20-
(fetchpatch {
21-
url = "https://github.com/pywbem/pywbem/commit/bb7fa19d636d999bf844d80939e155b8f212ef3e.patch";
22-
sha256 = "1zd5f9qrb8rnaahmazkjnf3hqsc4f7n63z44k0wcwhz7fskpqza0";
23-
})
20+
./make_cimdatetime_timezone_aware.patch
2421
];
2522

2623
propagatedBuildInputs = [ m2crypto ply pyyaml six ];

0 commit comments

Comments
 (0)