14
0

Accepting request 764236 from home:jayvdb:branches:devel:languages:python

- Add package version to extra devel packages added via Provides

OBS-URL: https://build.opensuse.org/request/show/764236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybind11?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-01-14 11:52:50 +00:00
committed by Git OBS Bridge
parent 6573ed08f8
commit 811f9f0801
2 changed files with 6 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ by inferring type information using compile-time introspection.
Summary: Development files for pybind11
Requires: %{name} = %{version}
Requires: python-devel
Provides: %{python_module %{name}-devel}
Provides: %{python_module pybind11-devel = %{version}}
%description -n %{name}-devel
This package contains files for developing applications using pybind11.