Browse Source

change pip dep to apt dep

Joachim M. Giæver 3 years ago
parent
commit
c920070f75
1 changed files with 3 additions and 2 deletions
  1. 3 2
      snap/snapcraft.yaml

+ 3 - 2
snap/snapcraft.yaml

@@ -30,12 +30,13 @@ parts:
     python-packages:
       #- urllib3[secure]
       #- setuptools
-      - wheel
-      - Cython
+      #- wheel
+      #- Cython
     build-packages:
       - python3
       - python3-dev
       - python3-setuptools
+      - python3-wheel
       - pkg-config
       - autoconf
       - build-essential