python3Packages.item-synchronizer: relax bubop bound (#523520)

This commit is contained in:
Nick Cao 2026-05-28 00:10:54 +00:00 committed by GitHub
commit 8be06063cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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