distutils-r1.eclass: Cover plain '[entry_points]' in setup.cfg

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-01 07:43:03 +02:00
parent 447ac2c236
commit 397b231b39

View File

@@ -476,6 +476,8 @@ _distutils_verify_use_setuptools() {
expected=rdepend
elif grep -F -q -s '[options.entry_points]' setup.cfg; then
expected=rdepend
elif grep -F -q -s '[entry_points]' setup.cfg; then # pbr
expected=rdepend
else
expected=bdepend
fi