diff options
Diffstat (limited to 'redhat/dependencies/python-tqt')
-rw-r--r-- | redhat/dependencies/python-tqt/python-tqt-14.0.0.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec b/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec index 81d48d0a5..f516327d7 100644 --- a/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec +++ b/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec @@ -30,12 +30,15 @@ BuildRequires: gcc-c++ BuildRequires: trinity-tqtinterface-devel >= %{version} BuildRequires: trinity-tqscintilla-devel -%if 0%{?rhel} || 0%{?fedora} || 0%{?suse_version} +%if 0%{?rhel} || 0%{?fedora} BuildRequires: sip-devel %endif %if 0%{?mdkversion} || 0%{?mgaversion} BuildRequires: python-sip %endif +%if 0%{?suse_version} +BuildRequires: python-sip-devel +%endif # TDE specific building variables BuildRequires: trinity-tqt3-devel >= 3.5.0 @@ -137,7 +140,7 @@ packages based on them, like PyTDE. %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} -%patch0 -p1 -b .ftbfs +%patch0 -p1 %build |