Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=892682

Mario Blättermann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
                   |                            |m
           Assignee|[email protected]    |[email protected]
                   |                            |m
              Flags|                            |fedora-review?

--- Comment #1 from Mario Blättermann <[email protected]> ---
BuildRequires:  python

That's strange. Usually, a Python package needs either python2-devel or
python3-devel as build requirement. Have you tried to build it in Mock or on
the Koji build server?


rm -rf $RPM_BUILD_ROOT
%{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix}

Don't mix $RPM_BUILD_ROOT and %{buildroot}.


rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)

This is obsolete for ages, unless your package points to EPEL5.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=M0aHA0QiA1&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to