public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-psycopg3] rawhide: Remove unused BuildRequires
@ 2026-06-10 14:56 Bill Pemberton
0 siblings, 0 replies; only message in thread
From: Bill Pemberton @ 2026-06-10 14:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-psycopg3
Branch : rawhide
Commit : 3ac7126ef3cad5e4121fa45e951354da3adf838a
Author : Bill Pemberton <wfp5p@worldbroken.com>
Date : 2026-06-10T10:52:44-04:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-psycopg3/c/3ac7126ef3cad5e4121fa45e951354da3adf838a?branch=rawhide
Log:
Remove unused BuildRequires
python3-tomli, openssl, and postgresql-static are not required for the build.
---
diff --git a/python-psycopg3.spec b/python-psycopg3.spec
index 11aba05..39c9bd3 100644
--- a/python-psycopg3.spec
+++ b/python-psycopg3.spec
@@ -42,9 +42,9 @@ BuildArch: noarch
ExcludeArch: %{ix86}
BuildRequires: python3-devel
-BuildRequires: libpq openssl
-BuildRequires: postgresql-static postgresql-server-devel
-BuildRequires: python3-pip python3-wheel python3-tomli
+BuildRequires: libpq
+BuildRequires: postgresql-server-devel
+BuildRequires: python3-pip python3-wheel
%if %{with pypy}
BuildRequires: pypy
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-10 14:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 14:56 [rpms/python-psycopg3] rawhide: Remove unused BuildRequires Bill Pemberton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox