Added some missing archlinux dependencies
This commit is contained in:
parent
5868423582
commit
bffd31fe81
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ build_archlinux:
|
|||
stage: build
|
||||
image: base/devel:latest # Use an archlinux image instead of the customized debian image.
|
||||
script:
|
||||
- pacman -Sy --noconfirm python
|
||||
- pacman -Sy --noconfirm python python-setuptools python-pip python-wheel
|
||||
- cp -r static/ package/archlinux/matemat/usr/lib/matemat/static/
|
||||
- cp -r templates/ package/archlinux/matemat/usr/lib/matemat/templates/
|
||||
- python3 setup.py egg_info -d -b +master install --root=package/archlinux/matemat/ --prefix=/usr --optimize=1
|
||||
|
|
Loading…
Reference in a new issue