https://bugzilla.redhat.com/show_bug.cgi?id=1832632
Igor Gnatenko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Doc Type|--- |If docs needed, set a value --- Comment #1 from Igor Gnatenko <[email protected]> --- > Group: Development/Languages Not needed. > License: Apache 2.0 License: ASL 2.0 > Release: 2%{dist} Release: 2%{?dist} > %setup -q -n %{srcname}-%{version} %autosetup -n %{srcname}-%{version} > %package -n python2-%{srcname} Is there any reason to add python2 subpackage? > %{python3_sitelib}/%{srcname}-* %{python3_sitelib}/%{srcname}-*.egg-info/ > Source0: %{srcname}-%{version}.tar.gz You should put here instead link to the sources. If it is published on PyPI, then %{pypi_source} would do the trick. * Missing BuildRequires: python3-setuptools -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
