python3Packages.xml2rfc: fix build

This commit is contained in:
Jonathan Ringer 2020-08-29 11:34:45 -07:00 committed by Frederik Rietdijk
parent aee512f62d
commit 56bbebe237

View file

@ -1,5 +1,5 @@
{ lib, fetchPypi, buildPythonPackage, intervaltree, pyflakes, requests, lxml, google-i18n-address
, pycountry, html5lib, six, kitchen, pypdf2, dict2xml, weasyprint
, pycountry, html5lib, six, kitchen, pypdf2, dict2xml, weasyprint, pyyaml, jinja2
, stdenv
}:
@ -14,7 +14,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [
intervaltree
jinja2
pyflakes
pyyaml
requests
lxml
google-i18n-address