python3Packages.pg8000: add missing deps
This commit is contained in:
parent
9b69c0881c
commit
17f401122f
@ -1,6 +1,7 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, scramp
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, passlib
|
, passlib
|
||||||
}:
|
}:
|
||||||
@ -16,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "8fc1e6a62ccb7c9830f1e7e9288e2d20eaf373cc8875b5c55b7d5d9b7717be91";
|
sha256 = "8fc1e6a62ccb7c9830f1e7e9288e2d20eaf373cc8875b5c55b7d5d9b7717be91";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ passlib ];
|
propagatedBuildInputs = [ passlib scramp ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/tlocke/pg8000";
|
homepage = "https://github.com/tlocke/pg8000";
|
||||||
|
Loading…
Reference in New Issue
Block a user