python311Packages.aws-adfs: relax configparser dependency
Checking runtime dependencies for aws_adfs-2.9.0-py3-none-any.whl - configparser==5.3.0 not satisfied by version 6.0.0
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
, pyopenssl
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, requests
|
||||
, requests-kerberos
|
||||
, toml
|
||||
@@ -32,6 +33,11 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"configparser"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user