##// END OF EJS Templates
release: updated pip2nix output for 4.2.1
marcink -
r44:8ac00792 stable
parent child Browse files
Show More
@@ -299,7 +299,7 b''
299 };
299 };
300 };
300 };
301 rhodecode-vcsserver = super.buildPythonPackage {
301 rhodecode-vcsserver = super.buildPythonPackage {
302 name = "rhodecode-vcsserver-4.2.0";
302 name = "rhodecode-vcsserver-4.2.1";
303 buildInputs = with self; [mock pytest WebTest];
303 buildInputs = with self; [mock pytest WebTest];
304 doCheck = true;
304 doCheck = true;
305 propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb];
305 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