You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a Fedora packager for python3-twilio. I get an error during build process related with too strict version pinning for mock and sphinx. I don't think this is necessary: I've made a patch which removes pinning, and hence mock 4.0.3 and Sphinx 4.4.0 are installed. And the tests pass. Consider removing the pinning, or at least, make it use >= operator. It'll make lives of packagers easier.
Exception/Log
...
No matching package to install: 'python3dist(mock) = 0.8'
Package python3-packaging-21.3-2.fc36.noarch is already installed.
Package python3-pip-22.0.4-1.fc37.noarch is already installed.
Package python3-setuptools-60.9.3-1.fc37.noarch is already installed.
No matching package to install: 'python3dist(sphinx) = 1.8'
...
Technical details:
twilio-python version: 7.8.0
python version: 3.10
The text was updated successfully, but these errors were encountered:
Issue Summary
I'm a Fedora packager for
python3-twilio
. I get an error during build process related with too strict version pinning formock
andsphinx
. I don't think this is necessary: I've made a patch which removes pinning, and hencemock 4.0.3
andSphinx 4.4.0
are installed. And the tests pass. Consider removing the pinning, or at least, make it use>=
operator. It'll make lives of packagers easier.Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: