we need xmlrpcplus in py3 too

This commit is contained in:
Mike McLean 2017-08-24 22:49:25 -04:00
parent cea43dd458
commit a3bc0f6871

View file

@ -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 plugin.py
PYFILES = __init__.py util.py plugin.py xmlrpcplus.py
PYSCRIPTS =
SUBDIRS =
else