GCP-Guest-Environment: add missing pycompile_module

This commit is contained in:
Alessio Sergi 2017-08-23 15:30:10 +02:00
parent 1ced882ad5
commit 830a591afd

View file

@ -1,21 +1,22 @@
# Template file for 'GCP-Guest-Environment' # Template file for 'GCP-Guest-Environment'
pkgname=GCP-Guest-Environment pkgname=GCP-Guest-Environment
version=20170718 version=20170718
revision=1 revision=2
wrksrc=compute-image-packages-$version
noarch=yes noarch=yes
wrksrc="compute-image-packages-${version}"
build_style=python2-module build_style=python2-module
hostmakedepends="python python-setuptools" pycompile_module="google_compute_engine"
depends="$hostmakedepends python-boto socklog-void" hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-boto socklog-void"
short_desc="Packages for Google Compute Engine Linux images" short_desc="Packages for Google Compute Engine Linux images"
# Though I work for Google, this package is not officially recognized # Though I work for Google, this package is not officially recognized
# or maintained by Google. I maintain this on a best effort basis # or maintained by Google. I maintain this on a best effort basis
# when I have free time. I use my work email for this only because it # when I have free time. I use my work email for this only because it
# makes a little more sense to me than my VoidLinux email. # makes a little more sense to me than my VoidLinux email.
maintainer="Michael Aldridge <themaldridge@google.com>" maintainer="Michael Aldridge <themaldridge@google.com>"
license="Apache-2" license="Apache-2.0"
homepage="https://github.com/GoogleCloudPlatform/compute-image-packages" homepage="https://github.com/GoogleCloudPlatform/compute-image-packages"
distfiles="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/$version.tar.gz" distfiles="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/${version}.tar.gz"
checksum=c161a4d5a86e40be981bcb3a31aeb3bf9995b96d8302ef800a0251b17f72b254 checksum=c161a4d5a86e40be981bcb3a31aeb3bf9995b96d8302ef800a0251b17f72b254
post_install() { post_install() {