aboutsummaryrefslogtreecommitdiff
path: root/devel/py-opentelemetry-instrumentation-psycopg2/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-opentelemetry-instrumentation-psycopg2/files/patch-pyproject.toml')
-rw-r--r--devel/py-opentelemetry-instrumentation-psycopg2/files/patch-pyproject.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/py-opentelemetry-instrumentation-psycopg2/files/patch-pyproject.toml b/devel/py-opentelemetry-instrumentation-psycopg2/files/patch-pyproject.toml
new file mode 100644
index 000000000000..5d8ed156cbce
--- /dev/null
+++ b/devel/py-opentelemetry-instrumentation-psycopg2/files/patch-pyproject.toml
@@ -0,0 +1,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]