plover.dev: add missing setuptools dependency

Without this, it crashes instantly at startup looking for
pkg_resources.
This commit is contained in:
edef 2019-10-09 11:55:49 +00:00
parent 0f93c22626
commit b954169efc

View file

@ -43,6 +43,6 @@
postPatch = "sed -i /PyQt5/d setup.cfg";
checkInputs = [ pytest mock ];
propagatedBuildInputs = [ Babel pyqt5 xlib pyserial appdirs wcwidth ];
propagatedBuildInputs = [ Babel pyqt5 xlib pyserial appdirs wcwidth setuptools ];
};
}