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

Provide --guess-depends-package-name=True option #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dmugtasimov
Copy link

This pull request provides option --guess-depends-package-name=True to guess depends package name in cases it cannot be found in repository. It useful when autobuilding deb-package from Python source distributions. It prevents installing generated deb-packages with wrong dependencies.

@dmugtasimov
Copy link
Author

Comment for commit: Allow to suppress packaging version 0eaaccc

Imagine that you have two packages a, b
in setup.py
a version is 0.0.3
b version is 0.0.6 and depends on a==0.0.3

Dependencies work fine while you are using pip to install package b. But once debianized dependencies get broken with stdeb package a is versioned as 0.0.3-1, but b still depends on a(= 0.0.3). This commit is to allow automatic debianization of packages and keeping their interdependencies intact.

@warvariuc
Copy link

Hi, Andrew! Would you please accept this pull request? It has some useful functionality.

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