Commit a5a9158c authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

python3Packages.sphinxcontrib-bibtex: fix tests broken by docutils 0.22

parent 4b228711
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch2,
  setuptools,
  docutils,
  oset,
@@ -24,6 +25,14 @@ buildPythonPackage rec {
    hash = "sha256-sT23DkIfJcb3cFBFdL31RRzlDoJRcCUYIdpUVuYjGuo=";
  };

  patches = [
    (fetchpatch2 {
      name = "fix-tests-docutils-0.22.diff";
      url = "https://github.com/mcmtroffaes/sphinxcontrib-bibtex/commit/20781600dad48fdfee91353c821597690bfe5f54.diff?full_index=1";
      hash = "sha256-Ia/ng3yUfhLueEB/n+CW51w/UWfzRhrv/5//Mq2OJ0M=";
    })
  ];

  build-system = [ setuptools ];

  dependencies = [