diff options
Diffstat (limited to 'dev-python/csv23')
| -rw-r--r-- | dev-python/csv23/csv23-0.3.2-r1.ebuild (renamed from dev-python/csv23/csv23-0.3.2.ebuild) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/csv23/csv23-0.3.2.ebuild b/dev-python/csv23/csv23-0.3.2-r1.ebuild index 5012d50db665..f3e38ed14c02 100644 --- a/dev-python/csv23/csv23-0.3.2.ebuild +++ b/dev-python/csv23/csv23-0.3.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8,9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9} pypy3 ) inherit distutils-r1 DESCRIPTION="Python 2/3 unicode CSV compatibility layer" @@ -16,9 +16,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86" -# note: upstream really uses mock at runtime -RDEPEND=" - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)" BDEPEND=" test? ( >=dev-python/pytest-4.6[${PYTHON_USEDEP}] |
