www-apps/nikola: fix dev-python/pygal dependency

2.0.1 failed with stable lxml and 2.1.1 tested OK.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Michael Palimaka
2017-09-24 20:59:01 +10:00
parent 44582b6e54
commit f23b2cd496

View File

@@ -39,7 +39,7 @@ RDEPEND="${DEPEND}
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/cloudpickle[${PYTHON_USEDEP}]
assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
charts? ( ~dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
ghpages? ( >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] )
hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )