pythonPackages.spotipy: keep alphabetic ordering
This commit is contained in:
parent
4abb292f75
commit
5d5dde671e
@ -23596,6 +23596,8 @@ in {
|
||||
};
|
||||
});
|
||||
|
||||
spotipy = callPackage ../development/python-modules/spotipy { };
|
||||
|
||||
Pweave = buildPythonPackage (rec {
|
||||
name = "Pweave-0.25";
|
||||
|
||||
@ -23624,8 +23626,6 @@ in {
|
||||
rope = if isPy3k then null else self.rope;
|
||||
};
|
||||
|
||||
|
||||
|
||||
sqlalchemy = callPackage ../development/python-modules/sqlalchemy { };
|
||||
|
||||
SQLAlchemy-ImageAttach = buildPythonPackage rec {
|
||||
@ -30444,8 +30444,6 @@ EOF
|
||||
|
||||
gensim = callPackage ../development/python-modules/gensim { };
|
||||
|
||||
spotipy = callPackage ../development/python-modules/spotipy { };
|
||||
|
||||
});
|
||||
|
||||
in fix' (extends overrides packages)
|
||||
|
Loading…
Reference in New Issue
Block a user