3
0
Fork 0
forked from mirrors/nixpkgs

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 {
name = "dbfread-2.0.5";
disabled = isPy3k;
meta = {
description = "Read DBF Files with Python";