##// END OF EJS Templates
release: updated pip2nix output for 4.5.1
marcink -
r125:df275b01 stable
parent child Browse files
Show More
@@ -458,7 +458,7 b''
458 };
458 };
459 };
459 };
460 rhodecode-vcsserver = super.buildPythonPackage {
460 rhodecode-vcsserver = super.buildPythonPackage {
461 name = "rhodecode-vcsserver-4.5.0";
461 name = "rhodecode-vcsserver-4.5.1";
462 buildInputs = with self; [mock pytest pytest-sugar WebTest];
462 buildInputs = with self; [mock pytest pytest-sugar WebTest];
463 doCheck = true;
463 doCheck = true;
464 propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb];
464 propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb];
General Comments 0
You need to be logged in to leave comments. Login now