setup: drop dead code
The try clause never failed, so `extra_req` was always empty. Before 21264429a8d4, the try clause tried to import `OrderedDict` from `collections`. 21264429a8d4 removed the import seemingly by oversight. But since we require Python > 2.7, the import wouldn’t fail anyway.
Loading
Please register or sign in to comment