lol

ceph: drop sqlalchemy override

The flask-sqlalchemy package requires sqlalchemy>=2.0.16 now.

-12
-12
pkgs/tools/filesystems/ceph/default.nix
··· 165 165 # Watch out for python <> boost compatibility 166 166 python = python310.override { 167 167 packageOverrides = self: super: { 168 - sqlalchemy = super.sqlalchemy.overridePythonAttrs rec { 169 - version = "1.4.46"; 170 - src = fetchPypi { 171 - pname = "SQLAlchemy"; 172 - inherit version; 173 - hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA="; 174 - }; 175 - disabledTestPaths = [ 176 - "test/aaa_profiling" 177 - "test/ext/mypy" 178 - ]; 179 - }; 180 168 }; 181 169 }; 182 170