python313Packages.pyexploitdb: remove disabled

Removed the restriction for Python versions older than 3.7.
This commit is contained in:
Fabian Affolter
2025-10-08 08:20:44 +02:00
committed by GitHub
parent 5c466b5501
commit cda297b06e
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchPypi,
gitpython,
pythonOlder,
requests,
setuptools,
}:
@@ -13,8 +12,6 @@ buildPythonPackage rec {
version = "0.2.101";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "pyExploitDb";
inherit version;