Unverified Commit 1bd03328 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.sphinxcontrib-apidoc: don't propagate pbr

and build with pep517 builder instead.
parent c2f24040
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2,12 +2,13 @@
, buildPythonPackage
, fetchPypi
, pbr
, setuptools
}:

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

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

  propagatedBuildInputs = [
  nativeBuildInputs = [
    pbr
    setuptools
  ];

  # Check is disabled due to circular dependency of sphinx