python3Packages.plyara: remove superfluous pythonOlder
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
ply,
|
||||
@@ -18,8 +17,6 @@ buildPythonPackage rec {
|
||||
version = "2.2.8";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10"; # https://github.com/plyara/plyara: "Plyara requires Python 3.10+"
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "plyara";
|
||||
repo = "plyara";
|
||||
|
||||
Reference in New Issue
Block a user