diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 19:48:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 19:48:53 +0200 |
commit | ae245686150df291fa6ef01a5fe6f9209deeff50 (patch) | |
tree | 78d295b73346473763f00579c3202e50a02e1b0a /dev-python/xarray | |
parent | dev-python/pytest-qt: Fix whitespace (diff) | |
download | gentoo-ae245686150df291fa6ef01a5fe6f9209deeff50.tar.gz gentoo-ae245686150df291fa6ef01a5fe6f9209deeff50.tar.bz2 gentoo-ae245686150df291fa6ef01a5fe6f9209deeff50.zip |
dev-python/xarray: Set DISTUTILS_USE_SETUPTOOLS=rdepend
The QA checks works correctly for this package now.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xarray')
-rw-r--r-- | dev-python/xarray/xarray-0.16.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/xarray/xarray-0.16.1.ebuild b/dev-python/xarray/xarray-0.16.1.ebuild index b31fa72fde94..e4da2b36730c 100644 --- a/dev-python/xarray/xarray-0.16.1.ebuild +++ b/dev-python/xarray/xarray-0.16.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 # pkg_resources use in code -DISTUTILS_USE_SETUPTOOLS=manual +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -19,8 +19,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-python/numpy-1.15[${PYTHON_USEDEP}] - >=dev-python/pandas-0.25[${PYTHON_USEDEP}] - >=dev-python/setuptools-41.2[${PYTHON_USEDEP}]" + >=dev-python/pandas-0.25[${PYTHON_USEDEP}]" # note: most of test dependencies are optional BDEPEND=" test? ( |