$ mktmpenv
New python executable in tmp-ec9bbfb1a8576f4/bin/python
Installing setuptools, pip, wheel...done.
This is a temporary environment. It will be deleted when you run 'deactivate'.
$ pip install feedfinder2
Collecting feedfinder2
Downloading feedfinder2-0.0.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/tmp/pip-build-iZmsj6/feedfinder2/setup.py", line 8, in <module>
import feedfinder2
File "feedfinder2.py", line 9, in <module>
import requests
ImportError: No module named requests
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-iZmsj6/feedfinder2
The requirements are imported before setup.py processes the
install_requiressection, because of theimport feedfinder2line in setup.py.The breaking change is: bf354c1#diff-2eeaed663bd0d25b7e608891384b7298R8