Drop Python3 build requirement

This is only being used for extracting the package name from package
json, to avoid having to duplicate it in `Makefile`.
But for only this purpose, Python 3 is rather heavyweight. It's also not
available on RHEL/CentOS 7.
This commit is contained in:
Martin Pitt 2018-08-28 22:16:33 +02:00 committed by Martin Pitt
parent 0c7ff6a896
commit 959d743452
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,6 @@ License: LGPLv2+
Source: cockpit-starter-kit-%{version}.tar.gz
BuildArch: noarch
BuildRequires: /usr/bin/python3
%define debug_package %{nil}