python3Packages.mezzanine: remove superfluous pythonOlder
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
pytestCheckHook,
|
||||
pytest-cov-stub,
|
||||
pytest-django,
|
||||
pythonOlder,
|
||||
pytz,
|
||||
requests,
|
||||
requests-oauthlib,
|
||||
@@ -28,7 +27,7 @@ buildPythonPackage rec {
|
||||
version = "6.1.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7" || isPyPy;
|
||||
disabled = isPyPy;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stephenmcd";
|
||||
|
||||
Reference in New Issue
Block a user