diff options
Diffstat (limited to 'dev-python/pandas/pandas-1.2.3-r1.ebuild')
-rw-r--r-- | dev-python/pandas/pandas-1.2.3-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pandas/pandas-1.2.3-r1.ebuild b/dev-python/pandas/pandas-1.2.3-r1.ebuild index c8f0fca921c0..7fb2e473bcc8 100644 --- a/dev-python/pandas/pandas-1.2.3-r1.ebuild +++ b/dev-python/pandas/pandas-1.2.3-r1.ebuild @@ -28,7 +28,7 @@ RECOMMENDED_DEPEND=" # TODO: add pandas-gbq to the tree OPTIONAL_DEPEND=" - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] + dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/blosc[${PYTHON_USEDEP}] || ( dev-python/html5lib[${PYTHON_USEDEP}] @@ -67,7 +67,7 @@ DEPEND="${COMMON_DEPEND} doc? ( ${VIRTUALX_DEPEND} app-text/pandoc - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] + dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] @@ -88,7 +88,7 @@ DEPEND="${COMMON_DEPEND} ${VIRTUALX_DEPEND} ${RECOMMENDED_DEPEND} ${OPTIONAL_DEPEND} - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] + dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/openpyxl[${PYTHON_USEDEP}] @@ -176,7 +176,7 @@ python_install_all() { pkg_postinst() { optfeature "accelerating certain types of NaN evaluations, using specialized cython routines to achieve large speedups." dev-python/bottleneck optfeature "accelerating certain numerical operations, using multiple cores as well as smart chunking and caching to achieve large speedups" ">=dev-python/numexpr-2.1" - optfeature "needed for pandas.io.html.read_html" dev-python/beautifulsoup:4 dev-python/html5lib dev-python/lxml + optfeature "needed for pandas.io.html.read_html" dev-python/beautifulsoup4 dev-python/html5lib dev-python/lxml optfeature "for msgpack compression using blosc" dev-python/blosc optfeature "Template engine for conditional HTML formatting" dev-python/jinja optfeature "Plotting support" dev-python/matplotlib |