pythonPackages.spotipy: keep alphabetic ordering

This commit is contained in:
Jörg Thalheim
2017-06-25 08:16:58 +01:00
parent 4abb292f75
commit 5d5dde671e
+2 -4
View File
@@ -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)