Remove unnecessary egg_info options

The tag_svn_revision option was already removed[1]. The values set to
the other two options are effectively same as their defaults.

[1] https://github.com/pypa/setuptools/issues/619

Change-Id: I6e0cbebac7cd33ad970d921ae761444db7f89a81
This commit is contained in:
Takashi Kajinami 2023-12-20 11:34:50 +09:00
parent 281cebedd6
commit 12cb5bc8b1
1 changed files with 0 additions and 5 deletions

View File

@ -214,11 +214,6 @@ ironic.inspection.hooks =
local-link-connection = ironic.drivers.modules.inspector.hooks.local_link_connection:LocalLinkConnectionHook
parse-lldp = ironic.drivers.modules.inspector.hooks.parse_lldp:ParseLLDPHook
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[extras]
guru_meditation_reports =
oslo.reports>=1.18.0 # Apache-2.0