##// END OF EJS Templates
dependencies: dropped Sphinx as a dependency, it's used only for docs....
marcink -
r2277:f8fca998 default
parent child Browse files
Show More
@@ -223,19 +223,6 b''
223 license = [ pkgs.lib.licenses.mit ];
223 license = [ pkgs.lib.licenses.mit ];
224 };
224 };
225 };
225 };
226 Sphinx = super.buildPythonPackage {
227 name = "Sphinx-1.2.2";
228 buildInputs = with self; [];
229 doCheck = false;
230 propagatedBuildInputs = with self; [Pygments docutils Jinja2];
231 src = fetchurl {
232 url = "https://pypi.python.org/packages/0a/50/34017e6efcd372893a416aba14b84a1a149fc7074537b0e9cb6ca7b7abe9/Sphinx-1.2.2.tar.gz";
233 md5 = "3dc73ccaa8d0bfb2d62fb671b1f7e8a4";
234 };
235 meta = {
236 license = [ pkgs.lib.licenses.bsdOriginal ];
237 };
238 };
239 Tempita = super.buildPythonPackage {
226 Tempita = super.buildPythonPackage {
240 name = "Tempita-0.5.2";
227 name = "Tempita-0.5.2";
241 buildInputs = with self; [];
228 buildInputs = with self; [];
@@ -73,7 +73,6 b' Routes==1.13'
73 setproctitle==1.1.8
73 setproctitle==1.1.8
74 simplejson==3.11.1
74 simplejson==3.11.1
75 six==1.9.0
75 six==1.9.0
76 Sphinx==1.2.2
77 SQLAlchemy==1.1.11
76 SQLAlchemy==1.1.11
78 sshpubkeys==2.2.0
77 sshpubkeys==2.2.0
79 subprocess32==3.2.7
78 subprocess32==3.2.7
General Comments 0
You need to be logged in to leave comments. Login now