pythonPackage.Pyro: use upstream name
This commit is contained in:
parent
9652e3e8f2
commit
f6dd52cd69
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, python }:
|
{ stdenv, fetchurl, python }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pythonEnv = python.withPackages(ps: [ps.pyro3]);
|
pythonEnv = python.withPackages(ps: [ps.Pyro]);
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "openopc-${version}";
|
name = "openopc-${version}";
|
||||||
version = "1.2.0";
|
version = "1.2.0";
|
||||||
|
@ -20599,7 +20599,7 @@ in {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
pyro3 = buildPythonPackage (rec {
|
Pyro = buildPythonPackage (rec {
|
||||||
name = "Pyro-3.16";
|
name = "Pyro-3.16";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user