Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix missing python-magic dependency #435
Conversation
snappy-m-o
commented
Apr 11, 2016
|
Can one of the admins verify this patch? |
snappy-m-o
commented
Apr 11, 2016
|
Can one of the admins verify this patch? |
|
Is it called python-magic on pypi? |
|
Maybe I should rewrite the commit and sort the dependencies by alphabetical order? |
|
Ah, I just noticed there is also https://pypi.python.org/pypi/filemagic ... both seem to implement a magic package interfacing with libmagic ... |
|
El 11/04/16 a las 12:21, Yann Sionneau escribió:
|
|
@fallen thanks for the contribution! Please also take a look at the contribution guide. Please make sure you've signed the CLA, and also make sure you reference the bug within the commit itself. |
|
oh, and a 3rd one : https://pypi.python.org/pypi/file-magic Anyway, in your commit ( 4a5de24 ) you tell to install via pip "file-magic" but in the debian/control you add the python-magic dependency. So there is already a consistency issue. Maybe we should switch everything to python-magic because it's the most recent one and the most downloaded one on pypi? |
|
@kyrofa Thanks for the reminder! When I'll rewrite the commit I'll add the missing LP line. |
|
@fallen please make sure you commit using an email address associated with your LP account then, so we can verify (your current one is not |
|
@kyrofa Thanks, it should be OK now I've just added some missing email addresses on my launchpad account :) |
|
@fallen perfect, thanks! CLA verified. |
|
Sorry for taking so long, this got lost from my radar. By looking at
It seems that the correct dependency to use is https://pypi.python.org/pypi/file-magic |
snappy-m-o
commented
May 27, 2016
|
Can one of the admins verify this patch? |
snappy-m-o
commented
May 27, 2016
|
Can one of the admins verify this patch? |
|
ok to test |
|
Can someone merge this? |
fallen commentedApr 11, 2016
See https://bugs.launchpad.net/snapcraft/+bug/1568901