[Bug 1061732] Review Request: python-flask-restful - RESTful library for Flask

bugzilla at redhat.com bugzilla at redhat.com
Thu Jan 15 08:17:45 UTC 2015


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



--- Comment #2 from Miroslav Suchý <msuchy at redhat.com> ---
It is good habit (but not mandatory) to mark which BR are needed for tests.
E.g:

# those are needed for tests:
BuildRequires:  python3-nose
BuildRequires:  python3-mock
...


AUTHORS.md, README.md examples and docs should be put in in doc dir. This
should be enough in %files sections:
%doc README.md AUTHORS.md examples docs

you are missing license in package. It should be either
  %doc LICENSE
or rather
  %license LICENSE
It should be in both packages.

-- 
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


More information about the package-review mailing list