Unverified Commit 2a508fbf authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.sphinxext-opengraph: disable on unsupported Python releases

parent 41ec7e2f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, sphinx
, matplotlib
, pytestCheckHook
, pythonOlder
, beautifulsoup4
, setuptools-scm
}:
@@ -11,6 +12,9 @@
buildPythonPackage rec {
  pname = "sphinxext-opengraph";
  version = "0.8.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "wpilibsuite";