dbfread: Enable python3

This commit is contained in:
Rahul Gopinath
2017-05-03 11:58:28 -07:00
parent 6040adc674
commit 918773356d
-1
View File
@@ -249,7 +249,6 @@ in {
dbfread = buildPythonPackage rec {
name = "dbfread-2.0.5";
disabled = isPy3k;
meta = {
description = "Read DBF Files with Python";