python310Packages.sphinxext-opengraph: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-03-08 08:43:59 +01:00
committed by GitHub
parent 41ec7e2fef
commit 2a508fbf2c
@@ -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";