srht: drop flask_login
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchgit, buildPythonPackage
|
||||
, python
|
||||
, srht, pyyaml, PyGithub, cryptography }:
|
||||
, srht, pyyaml, PyGithub }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dispatchsrht";
|
||||
@@ -22,7 +22,6 @@ buildPythonPackage rec {
|
||||
srht
|
||||
pyyaml
|
||||
PyGithub
|
||||
cryptography
|
||||
];
|
||||
|
||||
preBuild = ''
|
||||
|
||||
Reference in New Issue
Block a user