python3Packages.item-synchronizer: relax bidict and bubop bounds
This commit is contained in:
@@ -19,12 +19,13 @@ buildPythonPackage rec {
|
||||
hash = "sha256-+mviKtCLlJhYV576Q07kcFJvtls5qohKSrqZtBqE/s4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml --replace-fail 'bidict = "^0.21.4"' 'bidict = "^0.23"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"bidict"
|
||||
"bubop"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
bidict
|
||||
bubop
|
||||
|
||||
Reference in New Issue
Block a user