3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.weboob: add pyqt5 as native input

Didn't notice it wasn't there. This should make it so we
don't have to set the environment variable anymore.
This commit is contained in:
worldofpeace 2019-03-14 13:13:00 -04:00
parent e20ee8a710
commit 72679615a1

View file

@ -40,17 +40,12 @@ in buildPythonPackage rec {
}; p' weboob/browser/browsers.py weboob/browser/pages.py
'';
# Would fail with `Could not find executable: pyuic5`.
# That executable will be looked up from an environment variable
# in this format when available
#
# See: https://git.weboob.org/weboob/weboob/blob/1.3/setup.py#L32
PYUIC5_EXECUTABLE = "${pyqt5}/bin/pyuic5";
setupPyBuildFlags = ["--qt" "--xdg"];
checkInputs = [ nose ];
nativeBuildInputs = [ pyqt5 ];
propagatedBuildInputs = [ pillow prettytable pyyaml dateutil
gdata requests mechanize feedparser lxml gnupg pyqt5 libyaml
simplejson cssselect futures pdfminer termcolor