mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
python3Packages.exchangelib: patch tests after tzdata update
This commit is contained in:
parent
cfee9e0b42
commit
e9d5d4d7dc
@ -5,6 +5,7 @@
|
||||
, defusedxml
|
||||
, dnspython
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, flake8
|
||||
, isodate
|
||||
, lxml
|
||||
@ -38,6 +39,14 @@ buildPythonPackage rec {
|
||||
hash = "sha256-Oarmdc2PuE4kQ/qUqQhuzdTpIrrMFCK72CrVmoSH1DI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "tests-timezones.patch";
|
||||
url = "https://github.com/ecederstrand/exchangelib/commit/d5d386f54adec8ab02f871332b89e1176c214ba2.diff";
|
||||
hash = "sha256-E3Ys6IDJ/yMsvi+1GKbwckkhbNrc9JLM/+GrPtUz+mY=";
|
||||
})
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cached-property
|
||||
defusedxml
|
||||
|
Loading…
Reference in New Issue
Block a user