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

View File

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