Skip to content

Commit

Permalink
colanderalchemy: fixes tests
Browse files Browse the repository at this point in the history
(cherry picked from commit 746f20f)
  • Loading branch information
Samuel Leathers authored and FRidh committed Sep 14, 2017
1 parent 5e860f6 commit 304d3a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -3059,6 +3059,13 @@ in {
sha256 = "11wcni2xmfmy001rj62q2pwf305vvngkrfm5c4zlwvgbvlsrvnnw";
};

patches = [
(pkgs.fetchpatch {
url = "https://github.com/stefanofontanelli/ColanderAlchemy/commit/b45fe35f2936a5ccb705e9344075191e550af6c9.patch";
sha256 = "1kf278wjq49zd6fhpp55vdcawzdd107767shzfck522sv8gr6qvx";
})
];

buildInputs = with self; [ unittest2 ];
propagatedBuildInputs = with self; [ colander sqlalchemy ];

Expand Down

0 comments on commit 304d3a4

Please sign in to comment.