no way to handle six as a dependency of setup.py without involving stage-packages

Bug #1803574 reported by Evan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Snapcraft
New
Undecided
Unassigned

Bug Description

The "first snap" guide on snapcraft.io uses offlineimap as an example of a snapped Python application. However, this breaks when stage-packages: [python-six] is not specified.

name: offlineimap
version: git
summary: OfflineIMAP
description: >
  OfflineIMAP is software that downloads your email mailbox(es) as local
  Maildirs. OfflineIMAP will synchronize both sides via IMAP.

base: core18
grade: devel
confinement: devmode

apps:
  offlineimap:
    command: bin/offlineimap

parts:
  offlineimap:
    plugin: python
    python-version: python2
    source: .
    source-type: git

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.