15
0

Accepting request 1113364 from home:mimi_vx:branches:devel:languages:python

- use unbundled versioneer to build package

OBS-URL: https://build.opensuse.org/request/show/1113364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-constantly?expand=0&rev=9
This commit is contained in:
2023-09-25 08:08:44 +00:00
committed by Git OBS Bridge
parent 77013759b1
commit 6d66edda75
2 changed files with 7 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ Group: Development/Languages/Python
URL: https://github.com/twisted/constantly
Source: https://files.pythonhosted.org/packages/source/c/constantly/constantly-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module versioneer}
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -38,6 +39,7 @@ Originally ``twisted.python.constants`` from the `Twisted <https://twistedmatrix
%prep
%setup -q -n constantly-%{version}
rm -rf versioneer.py
%build
%python_build