Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change setup script to use pip install instead of setup.py develop #7756

Merged
merged 1 commit into from
May 24, 2017

Conversation

hoh
Copy link
Contributor

@hoh hoh commented May 24, 2017

Description:

Using python setup.py develop did not manage to install the required dependencies.
This updates script/setup to use pip install -e . instead in order to resolve the required dependencies.

Checklist:

If the code does not interact with devices:

  • Local tests with tox run successfully. Your PR cannot be merged unless tests pass
  • Tests have been added to verify that the new code works.

Using `python setup.py develop` did not manage to install the required dependencies.
This updates `script/setup` to use `pip install -e .` instead in order to resolve the required dependencies.
@mention-bot
Copy link

@hoh, thanks for your PR! By analyzing the history of the files in this pull request, we identified @michaelarnauts and @balloob to be potential reviewers.

@homeassistant
Copy link
Contributor

Hi @hoh,

It seems you haven't yet signed a CLA. Please do so here.

Once you do that we will be able to review and accept this pull request.

Thanks!

@balloob balloob merged commit 0abde3a into home-assistant:dev May 24, 2017
@balloob balloob mentioned this pull request Jun 2, 2017
@home-assistant home-assistant locked and limited conversation to collaborators Sep 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants