pythonPackages.django-pglocks: fix build
This commit is contained in:
parent
316f3a63b0
commit
31a57d417f
@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, django }:
|
||||
{ lib, buildPythonPackage, fetchPypi, django, six }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-pglocks";
|
||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
buildInputs = [ django ];
|
||||
propagatedBuildInputs = [ django ];
|
||||
propagatedBuildInputs = [ django six ];
|
||||
|
||||
# tests need a postgres database
|
||||
doCheck = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user