python-modules: enables support for pypy in sphinxcontrib-httpdomain
As the issue #6548 is closed thanks to iElectric we can now use sphinxcontrib-httpdomain with pypy.
This commit is contained in:
parent
cee5ce177b
commit
6ee8c746c2
@ -10512,9 +10512,6 @@ let
|
|||||||
sphinxcontrib_httpdomain = buildPythonPackage (rec {
|
sphinxcontrib_httpdomain = buildPythonPackage (rec {
|
||||||
name = "sphinxcontrib-httpdomain-1.3.0";
|
name = "sphinxcontrib-httpdomain-1.3.0";
|
||||||
|
|
||||||
# See issue #6548
|
|
||||||
disabled = isPyPy;
|
|
||||||
|
|
||||||
# Check is disabled due to this issue:
|
# Check is disabled due to this issue:
|
||||||
# https://bitbucket.org/pypa/setuptools/issue/137/typeerror-unorderable-types-str-nonetype
|
# https://bitbucket.org/pypa/setuptools/issue/137/typeerror-unorderable-types-str-nonetype
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user