Skip to content

Commit

Permalink
Issue #88 - Provide pip to install dependencies of workbenches
Browse files Browse the repository at this point in the history
  • Loading branch information
hfiguiere committed Aug 21, 2022
1 parent 220cd75 commit ad7a18f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions org.freecadweb.FreeCAD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,17 @@ modules:
- python3-pyyaml.json
- python3-Pillow.json

# For add-on manager
- name: python3-pip
buildsystem: simple
build-commands:
# ignore installed because it's in the SDK
- pip3 install --exists-action=i --ignore-installed --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "pip" --no-build-isolation
sources:
- type: file
url: https://files.pythonhosted.org/packages/1f/2c/d9626f045e7b49a6225c6b09257861f24da78f4e5f23af2ddbdf852c99b8/pip-22.2.2-py3-none-any.whl
sha256: b61a374b5bc40a6e982426aede40c9b5a08ff20e640f5b56977f4f91fed1e39a

- name: FreeCAD
buildsystem: cmake-ninja
builddir: true
Expand Down

0 comments on commit ad7a18f

Please sign in to comment.