python311Packages.questinary: relax prompt-toolkit constraint
Checking runtime dependencies for questionary-2.0.1-py3-none-any.whl - prompt-toolkit<=3.0.36,>=2.0 not satisifeid by version 3.0.39
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
, prompt-toolkit
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -24,6 +25,11 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"prompt_toolkit"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user