python39Packages.sqlalchemy-migrate: normalise attr
This commit is contained in:
parent
db19e68125
commit
846ceff3b3
@ -5,7 +5,7 @@
|
||||
# python deps
|
||||
, python, buildPythonPackage
|
||||
, alembic, beautifulsoup4, chardet, lxml, Mako, pyenchant
|
||||
, pyqt5_with_qtwebkit, pyxdg, sip_4, sqlalchemy, sqlalchemy_migrate
|
||||
, pyqt5_with_qtwebkit, pyxdg, sip_4, sqlalchemy, sqlalchemy-migrate
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||
pyxdg
|
||||
sip_4
|
||||
sqlalchemy
|
||||
sqlalchemy_migrate
|
||||
sqlalchemy-migrate
|
||||
];
|
||||
|
||||
prePatch = ''
|
||||
|
@ -36,7 +36,7 @@ in python.pkgs.buildPythonApplication rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python.pkgs; [
|
||||
sqlalchemy_migrate
|
||||
sqlalchemy-migrate
|
||||
python-dateutil
|
||||
matplotlib
|
||||
lxml
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ stdenv, lib, buildPythonPackage, fetchPypi, makeWrapper, isPy3k
|
||||
, python, twisted, jinja2, zope_interface, sqlalchemy
|
||||
, sqlalchemy_migrate, python-dateutil, txaio, autobahn, pyjwt, pyyaml, unidiff, treq
|
||||
, sqlalchemy-migrate, python-dateutil, txaio, autobahn, pyjwt, pyyaml, unidiff, treq
|
||||
, txrequests, pypugjs, boto3, moto, mock, lz4, setuptoolsTrial
|
||||
, isort, pylint, flake8, buildbot-worker, buildbot-pkg, buildbot-plugins
|
||||
, parameterized, git, openssh, glibcLocales, ldap3, nixosTests
|
||||
@ -44,7 +44,7 @@ let
|
||||
jinja2
|
||||
zope_interface
|
||||
sqlalchemy
|
||||
sqlalchemy_migrate
|
||||
sqlalchemy-migrate
|
||||
python-dateutil
|
||||
txaio
|
||||
autobahn
|
||||
|
@ -8,7 +8,7 @@
|
||||
, oslotest
|
||||
, pbr
|
||||
, sqlalchemy
|
||||
, sqlalchemy_migrate
|
||||
, sqlalchemy-migrate
|
||||
, stestr
|
||||
, testresources
|
||||
, testscenarios
|
||||
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
oslo-context
|
||||
oslo-utils
|
||||
sqlalchemy
|
||||
sqlalchemy_migrate
|
||||
sqlalchemy-migrate
|
||||
testresources
|
||||
testscenarios
|
||||
];
|
||||
|
@ -83,6 +83,7 @@ mapAliases ({
|
||||
smart_open = smart-open; # added 2021-03-14
|
||||
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
|
||||
sphinxcontrib_plantuml = sphinxcontrib-plantuml;
|
||||
sqlalchemy_migrate = sqlalchemy-migrate; # added 2021-10-28
|
||||
topydo = throw "python3Packages.topydo was moved to topydo"; # 2017-09-22
|
||||
tvnamer = throw "python3Packages.tvnamer was moved to tvnamer"; # 2021-07-05
|
||||
WazeRouteCalculator = wazeroutecalculator; # 2021-09-29
|
||||
|
@ -8778,7 +8778,7 @@ in {
|
||||
|
||||
sqlalchemy-jsonfield = callPackage ../development/python-modules/sqlalchemy-jsonfield { };
|
||||
|
||||
sqlalchemy_migrate = callPackage ../development/python-modules/sqlalchemy-migrate { };
|
||||
sqlalchemy-migrate = callPackage ../development/python-modules/sqlalchemy-migrate { };
|
||||
|
||||
sqlalchemy-utils = callPackage ../development/python-modules/sqlalchemy-utils { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user