From 85a30ca739c01880a2f6b49d420511384b5aa2982ce688a00a293dec30178416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 23 Apr 2020 10:05:22 +0000 Subject: [PATCH] - On devel files you need the pybind too to compile anything OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybind11?expand=0&rev=17 --- python-pybind11.changes | 5 +++++ python-pybind11.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pybind11.changes b/python-pybind11.changes index 2d16d61..d4eb176 100644 --- a/python-pybind11.changes +++ b/python-pybind11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 23 10:05:00 UTC 2020 - Tomáš Chvátal + +- On devel files you need the pybind too to compile anything + ------------------------------------------------------------------- Wed Mar 11 16:57:22 UTC 2020 - Tomáš Chvátal diff --git a/python-pybind11.spec b/python-pybind11.spec index 5ad6063..ca24568 100644 --- a/python-pybind11.spec +++ b/python-pybind11.spec @@ -51,6 +51,7 @@ This package contains files for developing applications using pybind11. Summary: Development files for pybind11 Requires: %{name}-common-devel = %{version} Requires: python-devel +Requires: python-pybind11 = %{version} %description devel This package contains files for developing applications using pybind11.