Skip to content

Commit

Permalink
pythonPackages.django-versatileimagefield: add python_magic dep
Browse files Browse the repository at this point in the history
add python_magic to propagatedBuildInputs to allow
django-versatileimagefield package to build
  • Loading branch information
evanjs authored and Jon committed Jun 5, 2020
1 parent 0e5e6b0 commit 510c52e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
, django
, python
, pillow
, python_magic
}:

buildPythonPackage rec {
Expand All @@ -14,7 +15,7 @@ buildPythonPackage rec {
inherit pname version;
sha256 = "8322ee9d7bf5ffa5360990320d2cc2efc7017feff35422636d49f625721edf82";
};
propagatedBuildInputs = [ pillow ];
propagatedBuildInputs = [ pillow python_magic ];

checkInputs = [ django ];

Expand Down

0 comments on commit 510c52e

Please sign in to comment.