Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Duplicate entries in deps #55

Open
therc opened this issue Jan 11, 2019 · 3 comments
Open

Duplicate entries in deps #55

therc opened this issue Jan 11, 2019 · 3 comments

Comments

@therc
Copy link

therc commented Jan 11, 2019

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
Copy link

evanj commented Jan 17, 2019

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
Copy link
Author

therc commented Jan 17, 2019

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
Copy link

evanj commented Jan 30, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants