python3Packages.{str,willow}: drop python 2.7 check

This commit is contained in:
Sigmanificient 2024-05-16 22:27:43 +02:00
parent 05fa591701
commit 2980f2065f
2 changed files with 0 additions and 6 deletions

View File

@ -3,7 +3,6 @@
, fetchPypi
, hypothesis
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
@ -11,8 +10,6 @@ buildPythonPackage rec {
version = "3.5.3";
format = "setuptools";
disabled = pythonOlder "2.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-SIQxUEOk8HQP0fh47WyqN2rAbXDhNfMGptxEYy7tDMA=";

View File

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
# build-system
, flit-core
@ -26,8 +25,6 @@ buildPythonPackage rec {
version = "1.8.0";
format = "pyproject";
disabled = pythonOlder "2.7";
src = fetchFromGitHub {
owner = "wagtail";
repo = "Willow";