dbfread: Enable python3

This commit is contained in:
Rahul Gopinath 2017-05-02 21:00:58 -07:00
parent 6040adc674
commit 918773356d

View File

@ -249,7 +249,6 @@ in {
dbfread = buildPythonPackage rec { dbfread = buildPythonPackage rec {
name = "dbfread-2.0.5"; name = "dbfread-2.0.5";
disabled = isPy3k;
meta = { meta = {
description = "Read DBF Files with Python"; description = "Read DBF Files with Python";