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

[email protected] <[email protected]> changed:

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



--- Comment #24 from [email protected] <[email protected]> ---
sorry for the necro, but this one just happened to come up for discussion.
Mario, just a simple tip - when reviewing something that uses setuptools or a
similar thing (anything where the %build / %install steps involve 'python
setup.py'), upstream's list of requirements can be found in the setup.py file.
Usually it'll be in a line marked 'install_requires'. If you look at the
setup.py for gists - https://github.com/jdevesa/gists/blob/master/setup.py -
you can see this:

       install_requires=requirements,

so we look at what 'requirements' is:

 requirements = ['requests == 0.14.0', 'clint == 0.3.1']

and see that it needs requests and clint.

-- 
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]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to