diff --git a/koji/Makefile b/koji/Makefile index f1ae8d4f..10ac256f 100644 --- a/koji/Makefile +++ b/koji/Makefile @@ -2,7 +2,7 @@ PYTHON=python PACKAGE = $(shell basename `pwd`) ifeq ($(PYTHON), python3) # for python3 we fully support only basic library + CLI - PYFILES = __init__.py util.py + PYFILES = __init__.py util.py plugin.py PYSCRIPTS = SUBDIRS = else