From cda297b06ead5a1930ced0c987cbdc8fca266d2f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 8 Oct 2025 08:20:44 +0200 Subject: [PATCH] python313Packages.pyexploitdb: remove disabled Removed the restriction for Python versions older than 3.7. --- pkgs/development/python-modules/pyexploitdb/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/pyexploitdb/default.nix b/pkgs/development/python-modules/pyexploitdb/default.nix index b5923f2c8d72..a6c09d40b976 100644 --- a/pkgs/development/python-modules/pyexploitdb/default.nix +++ b/pkgs/development/python-modules/pyexploitdb/default.nix @@ -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;