Merge master into staging-next
This commit is contained in:
@@ -543,6 +543,8 @@ in {
|
||||
|
||||
breezy = callPackage ../development/python-modules/breezy { };
|
||||
|
||||
brother = callPackage ../development/python-modules/brother { };
|
||||
|
||||
build = callPackage ../development/python-modules/build { };
|
||||
|
||||
ciso8601 = callPackage ../development/python-modules/ciso8601 { };
|
||||
@@ -1420,6 +1422,10 @@ in {
|
||||
|
||||
pytest-tornado = callPackage ../development/python-modules/pytest-tornado { };
|
||||
|
||||
pytest-tornasync = callPackage ../development/python-modules/pytest-tornasync { };
|
||||
|
||||
pytest-trio = callPackage ../development/python-modules/pytest-trio { };
|
||||
|
||||
pytest-twisted = callPackage ../development/python-modules/pytest-twisted { };
|
||||
|
||||
pytest-xprocess = callPackage ../development/python-modules/pytest-xprocess { };
|
||||
@@ -1553,6 +1559,10 @@ in {
|
||||
tokenizers = disabledIf (!isPy3k)
|
||||
(toPythonModule (callPackage ../development/python-modules/tokenizers { }));
|
||||
|
||||
towncrier = callPackage ../development/python-modules/towncrier {
|
||||
inherit (pkgs) git;
|
||||
};
|
||||
|
||||
transformers = callPackage ../development/python-modules/transformers { };
|
||||
|
||||
transforms3d = callPackage ../development/python-modules/transforms3d { };
|
||||
@@ -3605,6 +3615,8 @@ in {
|
||||
|
||||
rotate-backups = callPackage ../tools/backup/rotate-backups { };
|
||||
|
||||
liblarch = callPackage ../development/python-modules/liblarch { };
|
||||
|
||||
librosa = callPackage ../development/python-modules/librosa { };
|
||||
|
||||
samplerate = callPackage ../development/python-modules/samplerate { };
|
||||
|
||||
Reference in New Issue
Block a user