mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.sqlalchemy_imageattach: fix evaluation
Broken since 762d847d47
where the package
name case was changed but not the reverse dependencies.
This commit is contained in:
parent
86a251ee2f
commit
4f957a9fdb
1 changed files with 1 additions and 1 deletions
|
@ -24753,7 +24753,7 @@ in {
|
|||
};
|
||||
|
||||
buildInputs = with self; [ pytest webob pkgs.imagemagick nose ];
|
||||
propagatedBuildInputs = with self; [ sqlalchemy8 wand ];
|
||||
propagatedBuildInputs = with self; [ sqlalchemy8 Wand ];
|
||||
|
||||
checkPhase = ''
|
||||
cd tests
|
||||
|
|
Loading…
Reference in a new issue