Skip to content

Commit 8fa4a8a

Browse files
committed
python3Packages.boto: broken only on python3.12+
1 parent f18ba6d commit 8fa4a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/development/python-modules/boto/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
buildPythonPackage,
44
fetchPypi,
55
python,
6+
pythonAtLeast,
67
nose,
78
mock,
89
requests,
@@ -61,6 +62,6 @@ buildPythonPackage rec {
6162
maintainers = [ ];
6263
# Unmaintained since 2020, archived in the beginning of May 2024 and broken
6364
# https://github.com/boto/boto/issues/3951
64-
broken = true;
65+
broken = pythonAtLeast "3.12";
6566
};
6667
}

0 commit comments

Comments
 (0)