subuser: added the required package "python3-setuptools" as a runtime dependency (#378)

This commit is contained in:
VoidNoire 2018-06-24 19:46:52 +00:00 committed by cr6git
parent 588f6ac5db
commit ac3d73bd6f

View file

@ -1,15 +1,15 @@
# Template file for 'subuser' # Template file for 'subuser'
pkgname=subuser pkgname=subuser
version=0.6.2 version=0.6.2
revision=1 revision=2
only_for_archs="x86_64 x86_64-musl" only_for_archs="x86_64 x86_64-musl"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="docker python3" depends="docker python3-setuptools"
pycompile_module="subuserlib" pycompile_module="subuserlib"
maintainer="cr6git <quark6@protonmail.com>" maintainer="cr6git <quark6@protonmail.com>"
short_desc="Turns Docker containers into normal linux programs" short_desc="Turns Docker containers into normal linux programs"
homepage="http://subuser.org" homepage="http://subuser.org"
license="LGPL-3" license="LGPL-3.0-only"
distfiles="https://github.com/subuser-security/subuser/archive/${version}.tar.gz" distfiles="https://github.com/subuser-security/subuser/archive/${version}.tar.gz"
checksum=1f7fc32fd61f1f8c7d04770cf4ba5c0dd0eb081eb1ef35f35e07c667959555a1 checksum=1f7fc32fd61f1f8c7d04770cf4ba5c0dd0eb081eb1ef35f35e07c667959555a1