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

Robert-André Mauchin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #4 from Robert-André Mauchin <[email protected]> ---
 - 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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to