Skip to content

Packaging fixes#15

Open
OlegGirko wants to merge 3 commits into
MeeGoIntegration:masterfrom
OlegGirko:packaging_fixes
Open

Packaging fixes#15
OlegGirko wants to merge 3 commits into
MeeGoIntegration:masterfrom
OlegGirko:packaging_fixes

Conversation

@OlegGirko
Copy link
Copy Markdown

@OlegGirko OlegGirko commented Aug 31, 2016

This change contains some fixes for packaging.

  • Don't require obs-source_service from obs-service-tar-git package to allow service to be run from osc.
  • Require setuptools Python module instead of distribute.

This PR is against master branch. See PR #16 for devel branch.

@OlegGirko OlegGirko mentioned this pull request Aug 31, 2016
@OlegGirko
Copy link
Copy Markdown
Author

I've rebased this branch on current master. Now it's ready to be merged.

This is needed to allow service to be run locally by osc.

Signed-off-by: Oleg Girko <ol@infoserver.lv>
The distribute python module has been merged into setuptools
long ago, at version 0.7.

Also, distribute is not used in code here, just setuptools.

Signed-off-by: Oleg Girko <ol@infoserver.lv>
Compiled Python modules (*.pyc, *.pyo) may be created by setuptools
when running "python setup.py install".
These files need to be packaged as well.

Signed-off-by: Oleg Girko <ol@infoserver.lv>
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.

1 participant