From 4bff214416ff5d72deb7092d8d9344f62e284198 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Mon, 7 Dec 2020 16:18:02 +0800 Subject: [PATCH] fix description error of requires in setup Signed-off-by: Leo Fang --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b149c614..f7d7347f 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( 'requests (>=2.24.0)', 'rpmdevtools (>=8.3)', 'bs4 (>=0.0.1)', - 'yum-utils (>=1.1.31)'], + 'yum_utils (>=1.1.31)'], license='Mulan PSL v2', author=open('AUTHORS', encoding='utf-8').read(), description='collection of automatic tools for easily maintaining openEuler', -- Gitee