Update Dockerfiles to remove pyangbind patch
[osm/devops.git] / installers / charm / vca-integrator-operator / charmcraft.yaml
index 0d7d5eb..199e221 100644 (file)
@@ -19,17 +19,12 @@ type: "charm"
 bases:
   - build-on:
       - name: "ubuntu"
-        channel: "20.04"
+        channel: "22.04"
     run-on:
       - name: "ubuntu"
-        channel: "20.04"
+        channel: "22.04"
 parts:
   charm:
-    build-environment:
-    - CRYPTOGRAPHY_DONT_BUILD_RUST: 1
+    charm-binary-python-packages: [cryptography, bcrypt]
     build-packages:
-      - build-essential
-      - libssl-dev
       - libffi-dev
-      - python3-dev
-      - cargo