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

--- Comment #3 from Richard Marko <rma...@redhat.com> ---
> - fixed & updated the files referenced in c#1

Thanks.

> - btw it also complains about missing docs, but they are there: 
> /usr/lib/python2.7/site-packages/github/doc/

It's possible to move them to proper location with

...

%build
%{__python} setup.py build
mv build/lib/github/doc/ .

...

%files
%defattr(-,root,root,-)
# For noarch packages: sitelib
%doc doc
%{python_sitelib}/*


Problem is that there's no copy of the license in the release tarball. It's
included in the setup.py file but missing from the tarball generated with
python setup.py sdist.

-- 
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=zjYO9P1i8o&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to