Merge pull request #13448 from lancelotsix/use_recent_sqlalchemy_as_default

pythonPackages.sqlalchemy: follows upstream, use "sqlalchemy7" for lecagy
This commit is contained in:
Frederik Rietdijk
2016-03-05 11:07:50 -05:00
8 changed files with 72 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, buildPythonApplication, fetchurl, twisted, dateutil, jinja2
, sqlalchemy , sqlalchemy_migrate_0_7
, sqlalchemy_migrate_0_7
, enableDebugClient ? false, pygobject ? null, pyGtkGlade ? null
}: