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
1 changed files with 7 additions and 6 deletions

View File

@ -1,21 +1,22 @@
# Template file for 'GCP-Guest-Environment'
pkgname=GCP-Guest-Environment
version=20170718
revision=1
wrksrc=compute-image-packages-$version
revision=2
noarch=yes
wrksrc="compute-image-packages-${version}"
build_style=python2-module
hostmakedepends="python python-setuptools"
depends="$hostmakedepends python-boto socklog-void"
pycompile_module="google_compute_engine"
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-boto socklog-void"
short_desc="Packages for Google Compute Engine Linux images"
# Though I work for Google, this package is not officially recognized
# 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
# makes a little more sense to me than my VoidLinux email.
maintainer="Michael Aldridge <themaldridge@google.com>"
license="Apache-2"
license="Apache-2.0"
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
post_install() {