requirements/Makefile: exclude pkg-resources
Having pkg-resources
in requirements files is never the right thing as
it is not really a package that one can install. This is basically an
artifact of Debian-based systems providing incorrect metadata to pip.
See this pip issue and
this Ubuntu issue
for more background.
Fixes #918 (closed).