Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for external PyYAML and Python 3 #622

Conversation

mottosso
Copy link
Contributor

Bugfix.

If you install PyYAML for Python 3, it'll get picked up by Rez's own PyYAML vendor library due to their ugly method of detecting a C-compiled sibling library.

This PR strips the vendored PyYAML from looking outside of itself and thus facilitates a third-party PyYAML from co-existing as a Rez package.

@nerdvegas nerdvegas added the topic:py3 Python 3 label Jun 2, 2019
@nerdvegas nerdvegas merged commit bbca40b into AcademySoftwareFoundation:master Jun 24, 2019
mottosso added a commit to mottosso/bleeding-rez that referenced this pull request Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:py3 Python 3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants