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
This makes 'python setup.py install' fail because the 'argparse' package is not satisfied. This package is useless for Python >= 3.2, so it should be only conditionally required.
The text was updated successfully, but these errors were encountered:
Apteryks
changed the title
argparse should conditionally required (for Python
argparse should conditionally required (for Python < 3.2)
Jun 22, 2022
emacs-jedi/setup.py
Line 20 in 81c5a42
This makes 'python setup.py install' fail because the 'argparse' package is not satisfied. This package is useless for Python >= 3.2, so it should be only conditionally required.
The text was updated successfully, but these errors were encountered: