mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
python33Packages.sqlalchemy_imageattach: disable
This commit is contained in:
parent
cee221bc84
commit
47761617d0
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user