ctop: fix pycompile_module

This commit is contained in:
Alessio Sergi 2016-12-12 19:17:36 +01:00
parent 257172e17f
commit 0addcb6ae1

View File

@ -1,14 +1,13 @@
# Template file for 'ctop'
pkgname=ctop
version=1.0.0
revision=1
revision=2
noarch=yes
build_style=python3-module
pycompile_module="${pkgname}"
pycompile_module="cgroup_top.py"
hostmakedepends="python3-setuptools"
python_version="3"
depends="python3"
short_desc="A command line/text based Linux Containers monitoring tool"
short_desc="Command line/text based Linux Containers monitoring tool"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="https://github.com/yadutaf/ctop"