Skip to content

Commit f6dd52c

Browse files
committedMay 5, 2017
pythonPackage.Pyro: use upstream name
1 parent 9652e3e commit f6dd52c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pkgs/tools/misc/openopc/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ stdenv, fetchurl, python }:
22

33
let
4-
pythonEnv = python.withPackages(ps: [ps.pyro3]);
4+
pythonEnv = python.withPackages(ps: [ps.Pyro]);
55
in stdenv.mkDerivation rec {
66
name = "openopc-${version}";
77
version = "1.2.0";

‎pkgs/top-level/python-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -20599,7 +20599,7 @@ in {
2059920599
};
2060020600
});
2060120601

20602-
pyro3 = buildPythonPackage (rec {
20602+
Pyro = buildPythonPackage (rec {
2060320603
name = "Pyro-3.16";
2060420604
disabled = isPy3k;
2060520605

0 commit comments

Comments
 (0)
Please sign in to comment.