python310Packages.flask-httpauth: update disabled
This commit is contained in:
parent
5bb2db672f
commit
a18cff224c
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ lib
|
||||
, python
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pytestCheckHook
|
||||
, setuptools
|
||||
, flask
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||
version = "4.8.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = python.pythonOlder "3";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Flask-HTTPAuth";
|
||||
|
|
Loading…
Reference in a new issue