summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorTom Saeger <tom.saeger@gmail.com>2017-10-09 21:23:05 -0500
committerTom Saeger <tom.saeger@gmail.com>2017-10-10 07:52:56 -0500
commit66fd7d2baad83ab0737cca6e1498f7660e631808 (patch)
tree2528b97499b50b844d7002b636f1d3467b26868d /pkgs/top-level/python-packages.nix
parent66f8512e4f280108222d9a0bf64951a392fd16bd (diff)
downloadnixlib-66fd7d2baad83ab0737cca6e1498f7660e631808.tar
nixlib-66fd7d2baad83ab0737cca6e1498f7660e631808.tar.gz
nixlib-66fd7d2baad83ab0737cca6e1498f7660e631808.tar.bz2
nixlib-66fd7d2baad83ab0737cca6e1498f7660e631808.tar.lz
nixlib-66fd7d2baad83ab0737cca6e1498f7660e631808.tar.xz
nixlib-66fd7d2baad83ab0737cca6e1498f7660e631808.tar.zst
nixlib-66fd7d2baad83ab0737cca6e1498f7660e631808.zip
pythonPackages.ofxhome: 0.3.1 -> 0.3.3
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix19
1 files changed, 1 insertions, 18 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 4a34b22482e3..a433265b4a81 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -24793,24 +24793,7 @@ EOF
     propagatedBuildInputs = with self; [ ofxhome ofxparse beautifulsoup keyring ];
   };
 
-  ofxhome = buildPythonPackage rec {
-    name = "ofxhome-0.3.1";
-    src = pkgs.fetchurl {
-      url = "mirror://pypi/o/ofxhome/${name}.tar.gz";
-      sha256 = "0000db437fd1a8c7c65cea5d88ce9d3b54642a1f4844dde04f860e29330ac68d";
-    };
-
-    buildInputs = with self; [ nose ];
-
-    # ImportError: No module named tests
-    doCheck = false;
-
-    meta = {
-      homepage = "https://github.com/captin411/ofxhome";
-      description = "ofxhome.com financial institution lookup REST client";
-      license = licenses.mit;
-    };
-  };
+  ofxhome = callPackage ../development/python-modules/ofxhome { };
 
   ofxparse = buildPythonPackage rec {
     name = "ofxparse-0.14";