mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
python3Packages.botocore: add passthru.optional-dependencies.crt
This commit is contained in:
parent
3549cdfb56
commit
24f657d938
@ -6,6 +6,7 @@
|
||||
, urllib3
|
||||
, pytestCheckHook
|
||||
, jsonschema
|
||||
, awscrt
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -41,6 +42,10 @@ buildPythonPackage rec {
|
||||
"botocore"
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
crt = [ awscrt ];
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/boto/botocore";
|
||||
changelog = "https://github.com/boto/botocore/blob/${version}/CHANGELOG.rst";
|
||||
|
Loading…
Reference in New Issue
Block a user