Commit 8ec70600 authored by Ryan Hendrickson's avatar Ryan Hendrickson
Browse files

python3Packages.sphinxcontrib-spelling: is pyproject

parent 47d50c95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
buildPythonPackage rec {
  pname = "sphinxcontrib-spelling";
  version = "8.0.0";
  format = "setuptools";
  format = "pyproject";

  disabled = pythonOlder "3.7";