mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 10:12:55 +03:00
Get back to Core20 because Snap is PISA again
This commit is contained in:
parent
d42544fb8c
commit
d0b7e034e8
@ -67,7 +67,7 @@ parts:
|
||||
docker:
|
||||
plugin: python
|
||||
source: https://github.com/docker/docker-py.git
|
||||
source-tag: '6.1.2'
|
||||
source-tag: '3.7.3'
|
||||
source-depth: 1
|
||||
override-build: |
|
||||
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
||||
@ -75,50 +75,6 @@ parts:
|
||||
organize:
|
||||
docker-dist: docker/dist
|
||||
|
||||
python-dateutil:
|
||||
plugin: python
|
||||
source: https://github.com/dateutil/dateutil.git
|
||||
source-tag: '2.8.2'
|
||||
source-depth: 1
|
||||
override-build: |
|
||||
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
||||
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/python-dateutil-dist
|
||||
organize:
|
||||
python-dateutil-dist: python-dateutil/dist
|
||||
|
||||
six:
|
||||
plugin: python
|
||||
source: https://github.com/benjaminp/six.git
|
||||
source-tag: '1.16.0'
|
||||
source-depth: 1
|
||||
override-build: |
|
||||
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
||||
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/six-dist
|
||||
organize:
|
||||
six-dist: six/dist
|
||||
|
||||
podman:
|
||||
plugin: python
|
||||
source: https://github.com/containers/podman-py.git
|
||||
source-tag: '4.5.0'
|
||||
source-depth: 1
|
||||
override-build: |
|
||||
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
||||
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/podman-dist
|
||||
organize:
|
||||
podman-dist: podman/dist
|
||||
|
||||
packaging:
|
||||
plugin: python
|
||||
source: https://github.com/pypa/packaging.git
|
||||
source-tag: '23.1'
|
||||
source-depth: 1
|
||||
override-build: |
|
||||
mkdir -p $SNAPCRAFT_PART_BUILD/dist
|
||||
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/packaging-dist
|
||||
organize:
|
||||
packaging-dist: packaging/dist
|
||||
|
||||
launchers:
|
||||
source: snap/local/launchers
|
||||
plugin: dump
|
||||
|
Loading…
Reference in New Issue
Block a user