dependencies: dropped Sphinx as a dependency, it's used only for docs.

- Docs maintain their own set of deps.
This commit is contained in:
Marcin Kuzminski 2017-11-06 22:50:12 +01:00
parent cd22f83e22
commit 5c827192b7
2 changed files with 0 additions and 14 deletions

View file

@ -223,19 +223,6 @@
license = [ pkgs.lib.licenses.mit ];
};
};
Sphinx = super.buildPythonPackage {
name = "Sphinx-1.2.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [Pygments docutils Jinja2];
src = fetchurl {
url = "https://pypi.python.org/packages/0a/50/34017e6efcd372893a416aba14b84a1a149fc7074537b0e9cb6ca7b7abe9/Sphinx-1.2.2.tar.gz";
md5 = "3dc73ccaa8d0bfb2d62fb671b1f7e8a4";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
Tempita = super.buildPythonPackage {
name = "Tempita-0.5.2";
buildInputs = with self; [];