mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
python311Packages.udatetime: fix build
This commit is contained in:
parent
3f616fad02
commit
4f97102858
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user