Unverified Commit f56995c6 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #230952 from rhendric/rhendric/python3Packages.sphinxcontrib-spelling

python3Packages.sphinxcontrib-spelling: is pyproject
parents c70f9cd1 8ec70600
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";