File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 98859885 " setuptools"
98869886 ],
98879887 "isort" : [
9888- " poetry-core" ,
9889- " setuptools"
9888+ {
9889+ "buildSystem" : " poetry-core" ,
9890+ "until" : " 5.13.2"
9891+ },
9892+ {
9893+ "buildSystem" : " setuptools" ,
9894+ "until" : " 5.13.2"
9895+ },
9896+ {
9897+ "buildSystem" : " hatch-vcs" ,
9898+ "from" : " 6.0.0"
9899+ },
9900+ {
9901+ "buildSystem" : " hatchling" ,
9902+ "from" : " 6.0.0"
9903+ }
98909904 ],
98919905 "isosurfaces" : [
98929906 " setuptools"
2614226156 "types-mock" : [
2614326157 " setuptools"
2614426158 ],
26159+ "types-mysqlclient" : [
26160+ " setuptools"
26161+ ],
2614526162 "types-oauthlib" : [
2614626163 " setuptools"
2614726164 ],
Original file line number Diff line number Diff line change @@ -3166,6 +3166,10 @@ lib.composeManyExtensions [
31663166 propagatedBuildInputs = old . propagatedBuildInputs or [ ] ++ [ pkgs . hdf5 ] ;
31673167 }
31683168 ) ;
3169+ pyyaml = prev . pyyaml . overridePythonAttrs (
3170+ old : {
3171+ buildInputs = old . buildInputs or [ ] ++ [ pkgs . libyaml ] ;
3172+ } ) ;
31693173
31703174 pyzmq = prev . pyzmq . overridePythonAttrs (
31713175 old : {
You can’t perform that action at this time.
0 commit comments