3
0
Fork 0
forked from mirrors/nixpkgs

python33Packages.sqlalchemy_imageattach: disable

This commit is contained in:
Domen Kožar 2014-09-18 14:21:55 +02:00
parent cee221bc84
commit 47761617d0

View file

@ -8251,12 +8251,13 @@ let
sqlalchemy_imageattach = buildPythonPackage rec {
name = "SQLAlchemy-ImageAttach-${version}";
version = "0.8.1";
version = "0.8.2";
disabled = isPy33;
src = fetchgit {
url = https://github.com/crosspop/sqlalchemy-imageattach.git;
rev = "refs/tags/${version}";
md5 = "051dd9de0757714d33c3ecd5ab37b97d";
md5 = "cffdcde30952176e35fccf385f579dda";
};
buildInputs = [ pytest webob pkgs.imagemagick nose ];