We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18ba6d commit 8fa4a8aCopy full SHA for 8fa4a8a
pkgs/development/python-modules/boto/default.nix
@@ -3,6 +3,7 @@
3
buildPythonPackage,
4
fetchPypi,
5
python,
6
+ pythonAtLeast,
7
nose,
8
mock,
9
requests,
@@ -61,6 +62,6 @@ buildPythonPackage rec {
61
62
maintainers = [ ];
63
# Unmaintained since 2020, archived in the beginning of May 2024 and broken
64
# https://github.com/boto/boto/issues/3951
- broken = true;
65
+ broken = pythonAtLeast "3.12";
66
};
67
}
0 commit comments