Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Fix dependency issues in rpm#8

Open
ghost wants to merge 4 commits intomasterfrom
unknown repository
Open

Fix dependency issues in rpm#8
ghost wants to merge 4 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Aug 18, 2017

We'll require a package 'python-magic-pypi' (which is just the pypi version of 'python-magic' repackaged). By renaming we'll avoid yet another confusing clash in the future, and the name should alert people on what the package contains.

Minor stuff that relates to the magic.

Please note that some code now becomes unused (as there should be only one kind of magic), which I did not touch yet

Maximilian Krambach added 2 commits August 17, 2017 13:51
will be logged as soon as printing thistemplate is attempted.
@ghost ghost mentioned this pull request Aug 18, 2017
python-magic(rpm) and python-magic(pip) conflict on all installs
If pip is installed, the pip version will always be retreived and used.

In systems without pip, python-magic is not found if in the setup.py requirements,
even if the code itself does not run into any problems.

Providing a custom
python-magic-pip fails in different constellations.
@ghost
Copy link
Copy Markdown
Author

ghost commented Aug 18, 2017

The magic-dependency-on-rpms solution now documented is not the most elegant and satisfying one, but I'm out of ideas how to trick python/easyinstall/whomever into just running the code instead of checking a list that's supposed to be there for setup (i.e. not executing).

may be of interest to @toirl , @ThomasJunk , @gsiv .

removed internal testing version number
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants