On Oct 03, 2016, at 07:51 PM, Sergio Schvezov wrote:

>Did this ever work?
>dpkg -S /usr/lib/python2.7/dist-packages/lazr/__init__.py
>
>Tells me it is not owned by any package so very unlikely that a
>`stage-packages entry would of brought it in. I am interested!

lazr is a namespace package, which presents problems for the Debian ecosystem
in Python 2.  Because there would be subpackage contention for ownership on
the lazr/__init__.py file, actually *no* package owns it, and instead the
Python helpers manage that file as needed.  This is solved in Python 3 by PEP
420.

https://www.python.org/dev/peps/pep-0420/

Cheers,
-Barry

Attachment: pgpwMQcbJzt_O.pgp
Description: OpenPGP digital signature

-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft

Reply via email to