Remove outdated TODO comments in builder/base.py

This commit is contained in:
mprahl
2020-01-03 09:02:44 -05:00
parent 84901c9ba5
commit 1ab8aabd75

View File

@@ -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