We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b13a6d5 commit 23ef826Copy full SHA for 23ef826
pkgs/development/python-modules/pywbem/default.nix
@@ -15,12 +15,9 @@ buildPythonPackage rec {
15
};
16
17
patches = [
18
- # 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
19
# 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
- })
+ ./make_cimdatetime_timezone_aware.patch
24
];
25
26
propagatedBuildInputs = [ m2crypto ply pyyaml six ];
0 commit comments