summaryrefslogtreecommitdiff
path: root/devel/py-opentelemetry-instrumentation-psycopg2/files/patch-pyproject.toml
blob: 5d8ed156cbce5add6efa403df82810d3e5955e75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -33,7 +33,6 @@ instruments = [
 [project.optional-dependencies]
 instruments = [
   "psycopg2 >= 2.7.3.1",
-  "psycopg2-binary >= 2.7.3.1",
 ]
 
 [project.entry-points.opentelemetry_instrumentor]