diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-02-15 12:28:52 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-02-15 12:37:58 -0800 |
commit | f396341ebb7828d4d1ba7ae270186bf6947cb07b (patch) | |
tree | f4230848bbd4a228f02b136d4695d5adc43e3c66 /dev-python/pylama | |
parent | sys-devel/gcc: drop unused PATCHES= assignment (diff) | |
download | gentoo-f396341ebb7828d4d1ba7ae270186bf6947cb07b.tar.gz gentoo-f396341ebb7828d4d1ba7ae270186bf6947cb07b.tar.bz2 gentoo-f396341ebb7828d4d1ba7ae270186bf6947cb07b.zip |
dev-python/pydocstyle: Rename from dev-python/pep257
Closes: https://bugs.gentoo.org/672948
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/pylama')
-rw-r--r-- | dev-python/pylama/pylama-7.6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylama/pylama-7.6.5.ebuild b/dev-python/pylama/pylama-7.6.5.ebuild index 4270c54a6663..ff91270e204b 100644 --- a/dev-python/pylama/pylama-7.6.5.ebuild +++ b/dev-python/pylama/pylama-7.6.5.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/mccabe-0.5.2[${PYTHON_USEDEP}] >=dev-python/pycodestyle-2.3.1[${PYTHON_USEDEP}] - >=dev-python/pep257-2.0.0[${PYTHON_USEDEP}] + >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}] >=dev-python/pyflakes-1.5.0[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( |