Skip to content

Commit 697b88d

Browse files
committed
Revert "python311Packages.sphinxcontrib-apidoc: don't propagate pbr"
This reverts commit 1bd0332. Rebuilds a huge number of things, moving to next cycle.
1 parent 28d4a22 commit 697b88d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • pkgs/development/python-modules/sphinxcontrib-apidoc

pkgs/development/python-modules/sphinxcontrib-apidoc/default.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
, buildPythonPackage
33
, fetchPypi
44
, pbr
5-
, setuptools
65
}:
76

87
buildPythonPackage rec {
98
pname = "sphinxcontrib-apidoc";
109
version = "0.4.0";
11-
pyproject = true;
10+
format = "setuptools";
1211

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

23-
nativeBuildInputs = [
22+
propagatedBuildInputs = [
2423
pbr
25-
setuptools
2624
];
2725

2826
# Check is disabled due to circular dependency of sphinx

0 commit comments

Comments
 (0)