python3Packages.backports-zoneinfo: disable for python3.9 and newer
This commit is contained in:
parent
615f756cd2
commit
2ea8e712b7
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ lib, buildPythonPackage, fetchFromGitHub
|
{ lib, buildPythonPackage, fetchFromGitHub
|
||||||
|
, pythonAtLeast
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, python
|
, python
|
||||||
, substituteAll
|
, substituteAll
|
||||||
|
@ -12,6 +13,8 @@ buildPythonPackage rec {
|
||||||
pname = "backports-zoneinfo";
|
pname = "backports-zoneinfo";
|
||||||
version = "0.2.1";
|
version = "0.2.1";
|
||||||
|
|
||||||
|
disabled = pythonAtLeast "3.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pganssle";
|
owner = "pganssle";
|
||||||
repo = "zoneinfo";
|
repo = "zoneinfo";
|
||||||
|
|
Loading…
Reference in a new issue