TriggerMail/rules_pyz

Duplicate entries in deps

Opened this issue · 3 comments

therc commented

Somehow, from this line,

isort==4.3.4

one gets

    pyz_library(
        name="isort",
        deps=[
            "futures",
            "futures",
        ] + ["@pypi_isort//:lib"],
        licenses=["notice"],
        visibility=["//visibility:public"],
    )
evanj commented

Hmm must be something about how the code tries to detect extras... I should probably say: We've decided to not use Bazel, so this is basically unmaintained. I'll try to add something to the README to say something like this. I am unlikely to have time to look into this, sorry. :(

therc commented

Thanks for the update, I think a few people have expressed interest in forking the project, so this means it's OK to do so now. :-) Did you work on pingservice in a former life, BTW?

evanj commented

Hey! Yes in fact I did work on that! Did you work on Blogsearch or something similar?