Ubuntu Pastebin

Paste from ngaio at Wed, 18 May 2016 07:46:01 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
parts:
  python-gphoto2:
    plugin: python3
    python-packages:
      - gphoto2
    build-packages:
      - g++
      - libgphoto2-dev
      - python3-dev
  python-pyzmq:
    plugin: python3
    python-packages:
      - pyzmq 15.1.0
    build-packages:
      - g++
      - python3-dev
      - libzmq3-dev
Download as text