-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Python3 + PyYaml conflict #1031
Comments
This happens because the setuptools recipe has only python2 as a requirement. As far as I remember, there's no need for this and it would be fine to add python3crystax as an alternative. If you could check that this works, a PR to fix it would be welcome. |
Changed to this:
Received this:
|
Some of the earlier log output should describe which recipes are being required and why. |
Made a pull request in support of this: #1031 |
Closing as the pyyaml recipe was replaced. |
Hi,
I have a python3 kivy project and found a yaml recipe at github. But when it is added to my requirements line in the .spec file, it complains that it is forcing python2 because of it depending on setuptools.
I'm guessing setuptools can be removed on python3?
The text was updated successfully, but these errors were encountered: