Newer versions of virtualenv lack the --no-site-packages option, so I had to remove it to keep the release.sh script working. I read that this option has already been the default for a long time, so removing it shouldn't chany any behavior. For the setup.py script, I was getting some errors about the bdist_wheel argument to setup.py, but I was able to fix that by adding 'wheel' to setup_requires.pull/7790/head
parent
6b3a834f33
commit
ff92cee10b
2 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue