Merge pull request #68484 from delroth/deluge-setuptools
deluge: add missing setuptools dependency
This commit is contained in:
@@ -19,7 +19,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
pyGtkGlade twisted Mako chardet pyxdg pyopenssl service-identity
|
pyGtkGlade twisted Mako chardet pyxdg pyopenssl service-identity
|
||||||
libtorrentRasterbar.dev libtorrentRasterbar.python
|
libtorrentRasterbar.dev libtorrentRasterbar.python setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ intltool ];
|
nativeBuildInputs = [ intltool ];
|
||||||
|
|||||||
Reference in New Issue
Block a user