https://bugzilla.redhat.com/show_bug.cgi?id=1573695

Robert-André Mauchin <zebo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zebo...@gmail.com



--- Comment #4 from Robert-André Mauchin <zebo...@gmail.com> ---
 - Not needed in %files:

%defattr(-,root,root,-)

 - Depends on python3-devel, not python-rpm-macros:

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

 - There's no python-gobject, it should be:

Requires:       python3-gobject

 - That's not needed:

Provides:       %{_bindir}/%{version}-%{release}

 - Use %py3_build / %py3_install:


%build
%py3_build

%install
%py3_install

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to