forked from mirrors/nixpkgs
Merge pull request #68484 from delroth/deluge-setuptools
deluge: add missing setuptools dependency
This commit is contained in:
commit
d400d6f7ea
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue