mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
python311Packages.mypy-boto3: refactor
This commit is contained in:
parent
5e75b75203
commit
0e29e5020a
@ -21,11 +21,11 @@ let
|
||||
inherit pname version hash;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
boto3
|
||||
] ++ lib.optionals (pythonOlder "3.12") [
|
||||
typing-extensions
|
||||
|
Loading…
Reference in New Issue
Block a user