浏览代码

change pip dep to apt dep

Joachim M. Giæver 3 年之前
父节点
当前提交
c920070f75
共有 1 个文件被更改,包括 3 次插入2 次删除
  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