Browse Source

rainbowstream package update

Signed-off-by: tuibuilder_pel7x64builder0 <tuibuilder@powerel.org>
master
tuibuilder_pel7x64builder0 6 years ago
parent
commit
615f125dbf
  1. 2
      SPECS/rainbowstream.spec

2
SPECS/rainbowstream.spec

@ -5,6 +5,7 @@ License: MIT @@ -5,6 +5,7 @@ License: MIT
Group: Development/Languages
URL: http://www.rainbowstream.org/
Source0: https://pypi.python.org/packages/source/r/%{name}/%{name}-%{version}.tar.gz
Source1: consumer.py
Summary: A smart and nice Twitter client on terminal.
Requires: python-dateutil
Requires: python-requests
@ -29,6 +30,7 @@ and much more fun directly from terminal. @@ -29,6 +30,7 @@ and much more fun directly from terminal.
%setup -q -n %{name}-%{version}
cp setup.py setup.py.orig
sed s/"requests==2.5.3"/"requests"/g setup.py.orig > setup.py
cp %{SOURCE1} rainbowstream/

%build
%{__python} setup.py build

Loading…
Cancel
Save