Merge pull request #84264 from bqv/qweechat

qweechat: add setuptools dependency
This commit is contained in:
Benjamin Hipple 2020-04-04 14:50:18 -04:00 committed by GitHub
commit 167ed90749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ python27Packages.buildPythonApplication rec {
'';
propagatedBuildInputs = with python27Packages; [
pyside
pyside setuptools
];
meta = with stdenv.lib; {