From 1ab8aabd75554f03dc9e569ac267d2dcc27c1347 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 3 Jan 2020 09:02:44 -0500 Subject: [PATCH] Remove outdated TODO comments in builder/base.py --- module_build_service/builder/base.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module_build_service/builder/base.py b/module_build_service/builder/base.py index bc7c3349..27745f03 100644 --- a/module_build_service/builder/base.py +++ b/module_build_service/builder/base.py @@ -2,10 +2,6 @@ # SPDX-License-Identifier: MIT """Generic component build functions.""" -# TODO: Query the MBS to find what modules satisfy the build dependencies and -# their tag names. -# TODO: Ensure the RPM %dist tag is set according to the policy. - import six import dogpile.cache from abc import ABCMeta, abstractmethod