python310Packages.flask-httpauth: update disabled

This commit is contained in:
Fabian Affolter 2023-04-28 08:41:36 +02:00 committed by GitHub
parent 5bb2db672f
commit a18cff224c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";