# for tests only
def _patch_repodata(repodata, subdir):
    instructions = {
        "patch_instructions_version": 2,
        "packages": {},
        "revoke": [],
        "remove": [],
    }
    return instructions
