Merge pull request #29354 from disassembler/colanderalchemy

colanderalchemy: fixes tests
This commit is contained in:
Frederik Rietdijk 2017-09-14 09:31:07 +02:00 committed by GitHub
commit 34e2ea4810

View file

@ -3063,6 +3063,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 ];