python313Packages.pyexploitdb: remove disabled
Removed the restriction for Python versions older than 3.7.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user