Merge pull request #266613 from wegank/udatetime-patch

python311Packages.udatetime: fix build
This commit is contained in:
Fabian Affolter 2023-11-10 10:32:22 +01:00 committed by GitHub
commit 9a0c85ffc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, fetchpatch
}:
buildPythonPackage rec {
@ -13,16 +12,6 @@ buildPythonPackage rec {
hash = "sha256-sQvFVwaZpDinLitaZOdr2MKO4779FvIJOHpVB/oLgwE=";
};
patches = [
# fix build with python 3.9
# https://github.com/freach/udatetime/pull/33
(fetchpatch {
name = "freach-udatetime-pull-33.patch";
url = "https://github.com/freach/udatetime/compare/75a07891426364f8bf0b44305b00bb1dd90534ae...2cfbc92cb274a80476a45c6c0d387c19e77a9f6e.patch";
sha256 = "pPskJnie+9H3qKqf8X37sxB+CH3lpkj7IYl8HfiuV/4=";
})
];
# tests not included on pypi
doCheck = false;