Merge pull request #68484 from delroth/deluge-setuptools

deluge: add missing setuptools dependency
This commit is contained in:
worldofpeace
2019-09-11 05:32:29 -04:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ pythonPackages.buildPythonPackage rec {
propagatedBuildInputs = with pythonPackages; [
pyGtkGlade twisted Mako chardet pyxdg pyopenssl service-identity
libtorrentRasterbar.dev libtorrentRasterbar.python
libtorrentRasterbar.dev libtorrentRasterbar.python setuptools
];
nativeBuildInputs = [ intltool ];