forked from mirrors/nixpkgs
python-modules: enables support for pypy in sphinxcontrib-plantuml
As the issue #6548 is closed thanks to iElectric we can now use sphinxcontrib-plantuml with pypy.
This commit is contained in:
parent
7f90cc40b4
commit
cee5ce177b
|
@ -10539,9 +10539,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";
|
||||
|
|
Loading…
Reference in a new issue