Browse Source

Change to apt instead of pip for setuptools

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

+ 2 - 1
snap/snapcraft.yaml

@@ -29,12 +29,13 @@ parts:
     source-tag: ${SNAPCRAFT_PROJECT_VERSION}
     python-packages:
       - urllib3[secure]
-      - setuptools
+      #- setuptools
       - wheel
       - Cython
     build-packages:
       - python3
       - python3-dev
+      - python3-setuptools
       - pkg-config
       - autoconf
       - build-essential