python311Packages.sphinxcontrib-apidoc: don't propagate pbr

and build with pep517 builder instead.
This commit is contained in:
Martin Weinelt
2024-01-10 21:33:23 +01:00
parent c2f24040dc
commit 1bd03328df
@@ -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