removed BuildRequires from the fedora specfile, as arduino-core is not required to build
This commit is contained in:
parent
7186077a67
commit
12c001338d
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,6 @@ License: LGPLv2+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: arduino-core python3-pyserial
|
Requires: arduino-core python3-pyserial
|
||||||
BuildRequires: arduino-core
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Arduino is an open-source electronics prototyping platform based on
|
Arduino is an open-source electronics prototyping platform based on
|
||||||
|
@ -60,6 +59,8 @@ rm -rf %{buildroot}
|
||||||
%{_docdir}/%{name}/examples
|
%{_docdir}/%{name}/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 24 2019 Simon John <git@the-jedi.co.uk>
|
||||||
|
- Removed BuildRequires
|
||||||
* Thu Oct 05 2017 Simon John <git@the-jedi.co.uk>
|
* Thu Oct 05 2017 Simon John <git@the-jedi.co.uk>
|
||||||
- Added ardmk-init binary and manpage
|
- Added ardmk-init binary and manpage
|
||||||
* Tue Jul 11 2017 Karl Semich <fuzzyTew@gmail.com>
|
* Tue Jul 11 2017 Karl Semich <fuzzyTew@gmail.com>
|
||||||
|
|
Loading…
Add table
Reference in a new issue