ok, having a strange issue. I have a simple python project that used to build fine. Essentially it requires the requests package. The requests package in turn tries to build the cryptography package. Recent updates of el capitan have removed openssl headers. Fine, got passed that by passing the appropriate homebrew LD path names. Then pants complained about not finding a linux version. So, figured I'd just create some cryptography wheels and toss them into our wheelhaus. Doesn't look like pants makes an attempt at download these wheels -- perhaps because they're nested? Anyway, this is where I'm at. Using 1.0.0-rc3.