Merge pull request #69145 from delroth/mcomix-setuptools

mcomix: add missing setuptools dependency
This commit is contained in:
worldofpeace 2019-09-21 13:19:24 -04:00 committed by GitHub
commit ad09694ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ python27Packages.buildPythonApplication rec {
sha256 = "0fzsf9pklhfs1rzwzj64c0v30b74nk94p93h371rpg45qnfiahvy"; sha256 = "0fzsf9pklhfs1rzwzj64c0v30b74nk94p93h371rpg45qnfiahvy";
}; };
propagatedBuildInputs = with python27Packages; [ pygtk pillow ]; propagatedBuildInputs = with python27Packages; [ pygtk pillow setuptools ];
doCheck = false; doCheck = false;