Closed strbean closed 3 years ago
With python >= 3.4, enum34 does nothing except potentially break everything.
Replacing the package with this will work too. https://pypi.org/project/enum-compat/
@afreepenguin explicit is better than another dependency IMO, since the enum-compat lib also states the same.
Fixed in https://github.com/CyberSource/cybersource-rest-client-python/commit/40e04687c65804ad1aaf733cc8ea4c7f8f530227
With python >= 3.4, enum34 does nothing except potentially break everything.