We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d4a22 commit 697b88dCopy full SHA for 697b88d
1 file changed
pkgs/development/python-modules/sphinxcontrib-apidoc/default.nix
@@ -2,13 +2,12 @@
2
, buildPythonPackage
3
, fetchPypi
4
, pbr
5
-, setuptools
6
}:
7
8
buildPythonPackage rec {
9
pname = "sphinxcontrib-apidoc";
10
version = "0.4.0";
11
- pyproject = true;
+ format = "setuptools";
12
13
src = fetchPypi {
14
inherit pname version;
@@ -20,9 +19,8 @@ buildPythonPackage rec {
20
19
rm test-requirements.txt requirements.txt
21
'';
22
23
- nativeBuildInputs = [
+ propagatedBuildInputs = [
24
pbr
25
- setuptools
26
];
27
28
# Check is disabled due to circular dependency of sphinx
0 commit comments