Handle newer pyee

This commit is contained in:
Peter Robinson 2020-02-01 18:10:47 +00:00
parent 1656c79003
commit 53a9005403
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: adapt
Version: 0.3.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Mycroft's Adapt Intent Parser
License: ASL 2.0
URL: https://adapt.mycroft.ai/
@ -35,9 +35,10 @@ A python3 library for Adapt Intent Parser.
%prep
%autosetup -p1
rm -rf adapt-parser.egg-info
sed -i 's#pyee==5.0.0#pyee>=5.0.0#' requirements.txt
%build
rm -rf adapt-parser.egg-info
%py3_build
%install
@ -54,6 +55,9 @@ rm -rf adapt-parser.egg-info
%{python3_sitelib}/%{name}/
%changelog
* Sat Feb 1 2020 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.4-3
- Handle newer pyee
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild