Commit 046d653f authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

pythonPackages.sqlalchemy_1_4: Fix evaluation with allowAliases false

parent 199a63aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
, aiosqlite
, asyncmy
, asyncpg
, cx_oracle
, cx-oracle
, mariadb
, mypy
, mysql-connector
@@ -79,7 +79,7 @@ buildPythonPackage rec {
      mariadb
    ];
    oracle = [
      cx_oracle
      cx-oracle
    ];
    postgresql = [
      psycopg2