python310Packages.sphinx-thebe: add format attribute

This commit is contained in:
Mario Rodas 2023-01-07 04:20:00 +00:00
parent 7d98b3ba5d
commit 64d2fe564a

View file

@ -8,6 +8,7 @@
buildPythonPackage rec {
pname = "sphinx-thebe";
version = "0.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";