python311Packages.dbus-deviation: fix build
This commit is contained in:
parent
29c6191f75
commit
f3c842f009
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, lxml
|
||||
, setuptools
|
||||
, setuptools-git
|
||||
, sphinx
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbus-deviation";
|
||||
version = "0.6.1";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
@ -21,8 +21,8 @@ buildPythonPackage rec {
|
|||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
setuptools-git
|
||||
sphinx
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue