Blender Git Commit Log
Git Commits -> Revision c85265b
Revision c85265b by Sergey Sharybin (master) July 28, 2014, 14:53 (GMT) |
Make requests python package to be detected in the same way as numpy This solves missing requests package reported on the systems where it's located in dist-packages rather than in site-packages. To do this there's now a helper macros which handles both requests and numpy now and could be used for more packages in the future. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D686 |
Commit Details:
Full Hash: c85265b4551acbc7adf41f47f612373e42e0176d
Parent Commit: c4b47b8
Lines Changed: +57, -53