kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
185 stars 74 forks source link

remove extraneous dependency on "future" #163

Closed a-detiste closed 7 months ago

a-detiste commented 7 months ago

The import __futur__ and import future are two different things, but easily mistaken.

The python3-future library is being now removed from Debian, which makes your software uninstallable. Luckilly you don't actually need it.

This PR clears it up.

Je vous rencontre bientôt à Bruxelles.

coveralls commented 7 months ago

Coverage Status

coverage: 69.65%. remained the same when pulling 91b7727de17d4808d15b92ab1453622d49ec6a25 on a-detiste:master into ea4658e654d7d527f350cbd2ff45b467f0918f0e on kontron:master.

a-detiste commented 7 months ago

Please retry DCO check