python3Packages.opentelemetry-instrumentation-sqlite3: remove superfluous pythonOlder

This commit is contained in:
Robert Schütz
2026-03-15 21:17:54 -07:00
parent 79caf2a06c
commit 0fd0fe1f97
@@ -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 ];