Commit a0a71fbb authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.sqlbag: drop support for python 2.7

sqlbag: fix
parent c578b44a
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, isPy27
, psycopg2
, pymysql
, sqlalchemy
, pathlib
, six
, flask
, pendulum
@@ -17,7 +15,6 @@
, pytest-sugar
, postgresql
, postgresqlTestHook
,
}:
buildPythonPackage rec {
  pname = "sqlbag";
@@ -46,8 +43,7 @@ buildPythonPackage rec {
      pymysql

      setuptools # needed for 'pkg_resources'
    ]
    ++ lib.optional isPy27 pathlib;
    ];

  nativeCheckInputs = [
    pytestCheckHook