Unverified Commit cda297b0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pyexploitdb: remove disabled

Removed the restriction for Python versions older than 3.7.
parent 5c466b55
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;