Merge pull request #22326 from leenaars/lpod-py-regular

pythonPackages.lpod: fix missing dependency
This commit is contained in:
Frederik Rietdijk 2017-02-01 13:07:51 +01:00 committed by GitHub
commit dd934beb9f

View File

@ -8173,7 +8173,7 @@ in {
# lpod library currently does not support Python 3.x
disabled = isPy3k;
propagatedBuildInputs = with self; [ ];
propagatedBuildInputs = with self; [ lxml docutils pillow ];
src = pkgs.fetchFromGitHub {
owner = "lpod";