Skip to content

Removed dev dependencies for deb and rpm #463

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

Merged
merged 4 commits into from
Apr 27, 2020

Conversation

ellbosch
Copy link
Collaborator

Changes for both deb and rpm build scripts:

  • Compiles two different Python exe's instead of just one
  • Downloads dev dependencies in one version
  • Installs the built mssql-cli wheel in the other version

I've validated that both new packages work and only come installed with dependencies in setup.py.

python_archive=$(mktemp)
wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz -qO $python_archive
tar -xvzf $python_archive -C %{_builddir}
tar -xvzf $python_archive -C %{python_build_archive}
Copy link
Collaborator Author

@ellbosch ellbosch Apr 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to python_build_src

@ellbosch ellbosch merged commit 68fea37 into master Apr 27, 2020
@ellbosch ellbosch deleted the ellbosch/linux-dev-dependencies branch April 27, 2020 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants