diff options
author | Ole Troan <ot@cisco.com> | 2018-06-12 21:06:44 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-06-17 15:21:00 +0000 |
commit | a5ee900fb75201bbfceaf13c8bc57a13ed094988 (patch) | |
tree | ac866f01fca454d05ade6a6be200a429ea786f99 /extras | |
parent | 76440d9033822da4123d1c5bca1d4df12aef6280 (diff) |
Python API: Add enum and union support.
As well as a rewrite of the encoders/decoders to make it more readable and extensible.
Change-Id: I253369ac76303922bf9c11377622c8974fa92f19
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/rpm/vpp-suse.spec | 2 | ||||
-rw-r--r-- | extras/rpm/vpp.spec | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/extras/rpm/vpp.spec b/extras/rpm/vpp.spec index e49d7e3770a..c6951bf4fab 100644 --- a/extras/rpm/vpp.spec +++ b/extras/rpm/vpp.spec @@ -397,7 +397,7 @@ fi %files api-python %defattr(644,root,root) -%{python2_sitelib}/vpp_papi* +%{python2_sitelib}/vpp_* %files selinux-policy %defattr(-,root,root,0755) |