Skip to content

Commit

Permalink
pythonPackages.django_guardian: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 16, 2017
1 parent e82ca0f commit 2e72372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django_guardian.nix
@@ -1,6 +1,6 @@
{ stdenv, buildPythonPackage, python, fetchurl
, django_environ, mock, django, six
, pytest, pytestrunner, pytestdjango, setuptools_scm
, pytest, pytestrunner, pytest-django, setuptools_scm
}:
buildPythonPackage rec {
name = "django-guardian-${version}";
Expand All @@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "1r3xj0ik0hh6dfak4kjndxk5v73x95nfbppgr394nhnmiayv4zc5";
};

buildInputs = [ pytest pytestrunner pytestdjango django_environ mock setuptools_scm ];
buildInputs = [ pytest pytestrunner pytest-django django_environ mock setuptools_scm ];
propagatedBuildInputs = [ django six ];

checkPhase = ''
Expand Down

0 comments on commit 2e72372

Please sign in to comment.