python3Packages.exchangelib: patch tests after tzdata update

This commit is contained in:
Vladimír Čunát 2022-08-22 08:40:37 +02:00
parent cfee9e0b42
commit e9d5d4d7dc
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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