diff --git a/python-qtcharts-qt5.changes b/python-qtcharts-qt5.changes
index b51bac1..4d5efb5 100644
--- a/python-qtcharts-qt5.changes
+++ b/python-qtcharts-qt5.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri Nov  8 09:25:34 UTC 2024 - Ben Greiner <code@bnavigator.de>
+
+- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
+
 -------------------------------------------------------------------
 Tue Nov  5 08:33:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
 
diff --git a/python-qtcharts-qt5.spec b/python-qtcharts-qt5.spec
index 2d4a77b..29c0cb4 100644
--- a/python-qtcharts-qt5.spec
+++ b/python-qtcharts-qt5.spec
@@ -35,7 +35,7 @@ BuildRequires:  fdupes
 BuildRequires:  python-pyqt-rpm-macros
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(Qt5Charts)
-Requires:       python-qt5 >= %(rpm -q --whatprovides python3-qt5 --qf "%%{version}")
+Requires:       python-qt5 >= %(rpm -q --whatprovides python-qt5 --qf "%%{version}")
 Requires:       python-qt5-sip
 # PyPI name is without the s at the end
 Provides:       python-PyQtChart = %{version}-%{release}