python313Packages.svg-py: remove disabled
Removed restriction on Python version for svg-py package.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
flit-core,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pyyaml,
|
||||
}:
|
||||
|
||||
@@ -13,8 +12,6 @@ buildPythonPackage rec {
|
||||
version = "1.9.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "orsinium-labs";
|
||||
repo = "svg.py";
|
||||
|
||||
Reference in New Issue
Block a user