Add portalocker to api package
This commit is contained in:
@@ -4,7 +4,7 @@ let
|
|||||||
inherit (nixpkgs) pkgs;
|
inherit (nixpkgs) pkgs;
|
||||||
inherit pythonPkgs;
|
inherit pythonPkgs;
|
||||||
|
|
||||||
selfprivacy-api = { buildPythonPackage, flask, flask-restful, setuptools }:
|
selfprivacy-api = { buildPythonPackage, flask, flask-restful, setuptools, portalocker }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "selfprivacy-api";
|
pname = "selfprivacy-api";
|
||||||
version = "1.1";
|
version = "1.1";
|
||||||
@@ -12,7 +12,7 @@ let
|
|||||||
url = "https://git.selfprivacy.org/ilchub/selfprivacy-rest-api.git";
|
url = "https://git.selfprivacy.org/ilchub/selfprivacy-rest-api.git";
|
||||||
rev = "dbb4c1095654bba88d4f0c91b7b195d5262976b6";
|
rev = "dbb4c1095654bba88d4f0c91b7b195d5262976b6";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ flask flask-restful setuptools ];
|
propagatedBuildInputs = [ flask flask-restful setuptools portalocker ];
|
||||||
meta = {
|
meta = {
|
||||||
description = ''
|
description = ''
|
||||||
SelfPrivacy Server Management API
|
SelfPrivacy Server Management API
|
||||||
|
Reference in New Issue
Block a user