~longsleep/snapcraft/snapcraft-debs-plugin

« back to all changes in this revision

Viewing changes to snapcraft/plugins/python3.py

  • Committer: Snappy Tarmac
  • Author(s): Bjorn Tillenius, Sergio Schvezov
  • Date: 2015-09-14 16:42:00 UTC
  • mfrom: (134.6.6 snapcraft)
  • Revision ID: snappy_tarmac-20150914164200-pm6szgt9mi7nb0s2
Add support for setuptools based python projects. by bjornt approved by sergiusens,ted

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
    _PLUGIN_STAGE_PACKAGES = [
23
23
        'python3-dev',
 
24
        'python3-setuptools',
24
25
    ]
25
26
 
26
27
    # note that we don't need to set PYTHONHOME here,