From a7564e8004fd6d9a63eb0605f752f27a71403645 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Tue, 12 Jun 2018 21:06:44 +0200 Subject: Python API: Add enum and union support. As well as a rewrite of the encoders/decoders to make it more readable and extensible. (Re-commit after fix to verify build.) Change-Id: Ic244d3cebe070bb2570491f8a24f4a1e203f889a Signed-off-by: Ole Troan --- extras/rpm/vpp-suse.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/rpm/vpp-suse.spec') diff --git a/extras/rpm/vpp-suse.spec b/extras/rpm/vpp-suse.spec index cc53e86ae95..2649081d5e9 100644 --- a/extras/rpm/vpp-suse.spec +++ b/extras/rpm/vpp-suse.spec @@ -330,7 +330,7 @@ export NO_BRP_CHECK_RPATH=true %files api-python %dir %{python_sitelib}/vpp_papi* -%{python_sitelib}/vpp_papi* +%{python_sitelib}/vpp_* %files devel %dir %{python_sitelib}/jvppgen -- cgit 1.2.3-korg