We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is an exotic problem.
When an addons contains types.py at the addon root, build fails (with build and pip wheel).
types.py
build
pip wheel
Assuming it's worth investigating, we can investigate if it is something that pip or build should/would change, or if something can be done in whool.
The text was updated successfully, but these errors were encountered:
Example in OCA/rest-framework#397
Sorry, something went wrong.
No branches or pull requests
This is an exotic problem.
When an addons contains
types.py
at the addon root, build fails (withbuild
andpip wheel
).Assuming it's worth investigating, we can investigate if it is something that pip or build should/would change, or if something can be done in whool.
The text was updated successfully, but these errors were encountered: