upd deps
This commit is contained in:
		@@ -19,4 +19,4 @@ build: clean
 | 
				
			|||||||
	$(DOCKER_CMD) run --rm -i -v $$PWD/$(BUILDDIR):/mnt --ulimit "nofile=1024:1048576" \
 | 
						$(DOCKER_CMD) run --rm -i -v $$PWD/$(BUILDDIR):/mnt --ulimit "nofile=1024:1048576" \
 | 
				
			||||||
		$(DOCKER_IMG) makepkg --nodeps --clean
 | 
							$(DOCKER_IMG) makepkg --nodeps --clean
 | 
				
			||||||
	# Remove unwanted files from build dir
 | 
						# Remove unwanted files from build dir
 | 
				
			||||||
	rm $(BUILDDIR)/compute*.tar.gz $(BUILDDIR)/PKGBUILD
 | 
						find $(BUILDDIR) ! -name '*.pkg.tar.zst' -type f -exec rm -f {} +
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,16 @@
 | 
				
			|||||||
pkgname=compute
 | 
					pkgname=compute
 | 
				
			||||||
pkgver='0.1.0-dev4'
 | 
					pkgver='%placeholder%'
 | 
				
			||||||
pkgrel=1
 | 
					pkgrel=1
 | 
				
			||||||
pkgdesc='Compute instances management library'
 | 
					pkgdesc='Compute instances management library'
 | 
				
			||||||
arch=(any)
 | 
					arch=(any)
 | 
				
			||||||
url=https://get.lulzette.ru/hstack/compute
 | 
					url=https://get.lulzette.ru/hstack/compute
 | 
				
			||||||
license=('GPL-3-or-later')
 | 
					license=('GPL-3-or-later')
 | 
				
			||||||
makedepends=(python python-pip)
 | 
					makedepends=(python python-pip)
 | 
				
			||||||
depends=(python libvirt libvirt-python qemu-base qemu-system-x86 qemu-img dnsmasq iptables-nft)
 | 
					depends=(python libvirt libvirt-python qemu-base qemu-system-x86 qemu-img)
 | 
				
			||||||
 | 
					optdepends=(
 | 
				
			||||||
 | 
					    'dnsmasq: required for default NAT/DHCP'
 | 
				
			||||||
 | 
					    'iptables-nft: required for default NAT'
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
provides=(compute)
 | 
					provides=(compute)
 | 
				
			||||||
conflicts=()
 | 
					conflicts=()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -38,6 +38,7 @@ Depends:
 | 
				
			|||||||
 python3-pydantic,
 | 
					 python3-pydantic,
 | 
				
			||||||
 mtools,
 | 
					 mtools,
 | 
				
			||||||
 dosfstools,
 | 
					 dosfstools,
 | 
				
			||||||
 | 
					Recommends:
 | 
				
			||||||
 dnsmasq,
 | 
					 dnsmasq,
 | 
				
			||||||
 dnsmasq-base
 | 
					 dnsmasq-base
 | 
				
			||||||
Suggests:
 | 
					Suggests:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user