Ex-Mente / auxi.0

GNU Lesser General Public License v3.0
8 stars 8 forks source link

Unnecessary dependency on enum34 #184

Closed johanzietsman-em closed 7 years ago

johanzietsman-em commented 7 years ago

System Details

auxi version: 0.3.0 Python version: 3.5.2 OS details: Ubuntu 16.04

Background

Python versions before 3.4 did not inherently support the concept of enumerations. This was added in 3.4. The current code still has a dependency on the package enum34, which is now redundant.

Purpose

The purpose of this issue is to remove the dependency on the enum34 package.

Approach

The reference to the enum34 package can simply be removed from setup.py.