3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #6728 from desiderius/python-modules

python-packages: updates in response to the closing of #6548
This commit is contained in:
Peter Simons 2015-03-09 12:36:25 +01:00
commit ea0e73ad6b

View file

@ -10512,9 +10512,6 @@ let
sphinxcontrib_httpdomain = buildPythonPackage (rec {
name = "sphinxcontrib-httpdomain-1.3.0";
# See issue #6548
disabled = isPyPy;
# Check is disabled due to this issue:
# https://bitbucket.org/pypa/setuptools/issue/137/typeerror-unorderable-types-str-nonetype
doCheck = false;
@ -10539,9 +10536,6 @@ let
sphinxcontrib_plantuml = buildPythonPackage (rec {
name = "sphinxcontrib-plantuml-0.5";
# See issue #6548
disabled = isPyPy;
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/sphinxcontrib-plantuml/${name}.tar.gz";
md5 = "4a8840fe3475a19c2af3fa877ab9d296";