sys-process/ctop: doesn't work with python-3

This commit is contained in:
Julian Ospald 2016-07-02 15:35:38 +02:00
parent 13d682debf
commit 68b7cc4219
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require setup-py [ import=setuptools multibuild=false ]
require setup-py [ import=setuptools multibuild=false blacklist=3 ]
require github [ user=yadutaf tag=v${PV} ]
SUMMARY="A lightweight top like monitor for linux CGroups"