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

This reverts commit 1bd03328df.

Rebuilds a huge number of things, moving to next cycle.
This commit is contained in:
K900
2024-01-11 11:27:49 +03:00
parent 28d4a2210a
commit 697b88d915
@@ -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