pythonPackages.typing-extensions: init at 3.6.5 (#40983)

This commit is contained in:
Philipp Middendorf
2018-06-05 22:12:05 +02:00
committed by Robert Schütz
parent 1499c812a1
commit 1868fa92a2
2 changed files with 33 additions and 0 deletions

View File

@@ -12435,6 +12435,8 @@ in {
typing = callPackage ../development/python-modules/typing { };
typing-extensions = callPackage ../development/python-modules/typing-extensions { };
typeguard = callPackage ../development/python-modules/typeguard { };
ruamel_yaml = buildPythonPackage rec {