mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.item-synchronizer: relax bubop bound (#523520)
This commit is contained in:
commit
8be06063cd
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue