diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-08-28 20:11:21 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-08-28 20:15:24 +0200 |
| commit | 44900e509c4bf899c5961c385c64dcdcf732af1d (patch) | |
| tree | f4ddd11f62216d9e8809f4804e245479b63c1c08 /dev-python/pandas | |
| parent | 51e71f6cfc79b6563f5c1568c398f1db8a2ab5ba (diff) | |
| download | gentoo-44900e509c4bf899c5961c385c64dcdcf732af1d.tar.gz gentoo-44900e509c4bf899c5961c385c64dcdcf732af1d.tar.bz2 gentoo-44900e509c4bf899c5961c385c64dcdcf732af1d.zip | |
dev-python/pandas: Restore tzdata requirement
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pandas')
| -rw-r--r-- | dev-python/pandas/pandas-2.0.3-r1.ebuild (renamed from dev-python/pandas/pandas-2.0.3.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pandas/pandas-2.0.3.ebuild b/dev-python/pandas/pandas-2.0.3-r1.ebuild index 18fe4852b689..961cd1e3b860 100644 --- a/dev-python/pandas/pandas-2.0.3.ebuild +++ b/dev-python/pandas/pandas-2.0.3-r1.ebuild @@ -120,6 +120,7 @@ BDEPEND=" # hence rm from doc? ( ), again RDEPEND=" ${COMMON_DEPEND} + dev-python/tzdata[${PYTHON_USEDEP}] !minimal? ( ${RECOMMENDED_DEPEND} ) full-support? ( ${OPTIONAL_DEPEND} ) " @@ -129,9 +130,6 @@ python_prepare_all() { sed -e "/^ 'sphinx.ext.intersphinx',/d" \ -i doc/source/conf.py || die - # unnecessary with system tzdata - sed -i -e '/tzdata/d' pyproject.toml || die - distutils-r1_python_prepare_all } |
