Dirk Mueller 2023-05-26 05:55:27 +00:00 committed by Git OBS Bridge
parent 2e51b54a15
commit 52c4bf3d5f

View File

@ -25,6 +25,7 @@
%bcond_with data %bcond_with data
%endif %endif
%define skip_python2 1 %define skip_python2 1
%global literalpython python
Name: python-langtable%{psuffix} Name: python-langtable%{psuffix}
Version: 0.0.61 Version: 0.0.61
Release: 0 Release: 0
@ -43,7 +44,7 @@ BuildRequires: fdupes
BuildRequires: libxml2-tools BuildRequires: libxml2-tools
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if %{without data} %if %{without data}
Requires: python-langtable-data = %{version} Requires: %{literalpython}-langtable-data = %{version}
%endif %endif
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages