Use python2/3 instead of python in Makefile/spec

Fixes: https://pagure.io/koji/issue/1018
This commit is contained in:
Tomas Kopecek 2018-08-01 13:43:08 +02:00 committed by Mike McLean
parent c203afe7c2
commit ccdb8ac34c
8 changed files with 3 additions and 8 deletions

View file

@ -1,4 +1,3 @@
PYTHON=python
PACKAGE = $(shell basename `pwd`)
ifeq ($(PYTHON), python3)
# for python3 we fully support only basic library + CLI