From 02490de9f474a6fac965c45a4222e28ed791d7b3 Mon Sep 17 00:00:00 2001 From: Jonny Heggheim Date: Apr 02 2021 12:32:12 +0000 Subject: Removed comment markers and included explicit dependency on python3-setuptools --- diff --git a/python-btchip.spec b/python-btchip.spec index ceb0261..2e91436 100644 --- a/python-btchip.spec +++ b/python-btchip.spec @@ -23,33 +23,22 @@ hardware wallets.} %description %_description -#------------------------------ -# Package: python3-btchip -#------------------------------ %package -n python3-%{libname} Summary: %{summary} BuildRequires: python3-devel +BuildRequires: python3-setuptools Requires: python3-hidapi hidapi >= 0.7.99 Requires: python3-mnemonic python-%{libname}-common - %description -n python3-%{libname} %_description -#------------------------------ -#------------------------------ -# Package: python-btchip-common -#------------------------------ %package -n python-%{libname}-common Summary: %{summary} %description -n python-%{libname}-common %_description -#------------------------------ -#------------------------------ -# Global -#------------------------------ %prep %autosetup -n %{srcname}-%{version} cp %{SOURCE2} . @@ -62,7 +51,6 @@ cp %{SOURCE2} . %py3_install mkdir -p %{buildroot}%{_udevrulesdir} install -m644 %{SOURCE1} %{buildroot}%{_udevrulesdir}/20-hw1.rules -#------------------------------ %check