python.pkgs.Pyro4: new package (at version 4.74)

includes its dependency python.pkgs.serpent (at version 1.27)
This commit is contained in:
Pavol Rusnak
2018-10-28 18:03:57 +01:00
parent 3272b9a2e9
commit e212399d44
4 changed files with 118 additions and 0 deletions

View File

@@ -4684,6 +4684,12 @@ in {
Pyro = callPackage ../development/python-modules/pyro { };
serpent = callPackage ../development/python-modules/serpent { };
selectors34 = callPackage ../development/python-modules/selectors34 { };
Pyro4 = callPackage ../development/python-modules/pyro4 { };
pyrsistent = buildPythonPackage (rec {
name = "pyrsistent-0.11.12";