Comment 16 for bug 1418086

Revision history for this message
Sergio Schvezov (sergiusens) wrote : Re: [Bug 1418086] python3-click from Snappy PPA clashes with samefrom SDK PPA

On jueves 2 de abril de 2015 16h'28:58 ART, Steve Langasek wrote:
> Hi Zoltan,
>
> On Thu, Apr 02, 2015 at 06:25:46AM -0000, Zoltan Balogh wrote:
>> Should I sync the SDK PPA with the Snappy PPA?
>
> I don't see anything in the current packaging delta that would prevent this;
> there are some added dependencies but nothing that isn't available in
> trusty.
>
> I'm not sure why this version of click hasn't been merged into the vivid
> archive yet. You may prefer to wait until this has been done.

snappy has been rewritten in Go and the dependency on click itself has been
removed.

sergiusens@lothlorien:~$ apt-cache show ubuntu-snappy| grep Depends
Depends: apparmor-easyprof-ubuntu-snappy, debsig-verify, system-image-cli
(>= 2.5-0ubuntu1+ppa15), ubuntu-snappy-cli (= 0.1.2-0+300~ubuntu15.04.1),
init-system-helpers (>= 1.18~)
sergiusens@lothlorien:~$ apt-cache show ubuntu-snappy-cli| grep Depends
Depends: fakeroot, libc6 (>= 2.4)

Contrary to the python implementation of snappy
sergiusens@lothlorien:~$ apt-cache show ubuntu-core-snappy| grep Depends
Depends: click, python3, system-image-dbus (>= 2.5-0ubuntu1+ppa15),
python3-prettytable, snappy-systemd, apparmor-easyprof-ubuntu-snappy,
initramfs-tools-ubuntu-core (>= 0.7.2~ppa15)

I don't think updating is required or that this will ever be sync'ed into
the archives.