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
1 changed files with 1 additions and 1 deletions

View File

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