Commit 697b88d9 authored by K900's avatar K900
Browse files

Revert "python311Packages.sphinxcontrib-apidoc: don't propagate pbr"

This reverts commit 1bd03328.

Rebuilds a huge number of things, moving to next cycle.
parent 28d4a221
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2,13 +2,12 @@
, buildPythonPackage
, fetchPypi
, pbr
, setuptools
}:

buildPythonPackage rec {
  pname = "sphinxcontrib-apidoc";
  version = "0.4.0";
  pyproject = true;
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
@@ -20,9 +19,8 @@ buildPythonPackage rec {
    rm test-requirements.txt requirements.txt
  '';

  nativeBuildInputs = [
  propagatedBuildInputs = [
    pbr
    setuptools
  ];

  # Check is disabled due to circular dependency of sphinx