OpenKMIP / PyKMIP

A Python implementation of the KMIP specification.
Apache License 2.0
272 stars 134 forks source link

Require enum-compat instead of enum34 #579

Closed ctil closed 5 years ago

ctil commented 5 years ago

The enum34 package is not compatible with python 3.4+. By requiring enum-compat instead, this requirement will be a noop when installing the dependencies from a python 3.4+ environment.

Closes: #450

codecov-io commented 5 years ago

Codecov Report

Merging #579 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #579   +/-   ##
======================================
  Coverage      96%     96%           
======================================
  Files          75      75           
  Lines       15582   15582           
======================================
  Hits        14959   14959           
  Misses        623     623

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c1b816b...d7692c3. Read the comment docs.

PeterHamilton commented 5 years ago

Hi @ctil, thanks for posting this. Should've taken care of this months ago.

ctil commented 5 years ago

@PeterHamilton No problem. Thanks for the quick merge!