python3Packages.opentelemetry-instrumentation-sqlite3: remove superfluous pythonOlder
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
hatchling,
|
||||
opentelemetry-instrumentation,
|
||||
opentelemetry-instrumentation-dbapi,
|
||||
@@ -13,8 +12,6 @@ buildPythonPackage {
|
||||
pname = "opentelemetry-instrumentation-sqlite3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
sourceRoot = "${opentelemetry-instrumentation.src.name}/instrumentation/opentelemetry-instrumentation-sqlite3";
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user