Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
PUP 5.5.7
-
Coremunity
-
Platform Core KANBAN
-
Needs Assessment
-
Bug Fix
-
-
Needs Assessment
Description
Puppet Version: 5.5.6
Puppet Server Version: 5.3.5
OS Name/Version: Ubuntu 18.04
The current pip provider doesn't support Python's arbitrary equality https://www.python.org/dev/peps/pep-0440/#arbitrary-equality
When encountering a python package specified with arbitrary equality via pip freeze, it fails to parse the package and keeps trying to install it
e.g.
$ pip freeze | grep pytz
pytz===2012f
Desired Behavior: Pip Provider correctly handles arbitrary equality
Actual Behavior: Pip Provider incorrectly handles arbitrary equality
Attachments
Issue Links
- is duplicated by
-
PUP-2905 When installing PIP packages from sources different than pypi, the install and any notifies are triggered during every run.
-
- Closed
-