Skip to content

Commit

Permalink
revert: install full ovs library
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Moreno <[email protected]>
  • Loading branch information
amorenoz committed Jul 17, 2023
1 parent 76cb0d9 commit 193d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
keywords="ovs_dbg",
name="ovs_dbg",
packages=find_namespace_packages(
include=["ovs_dbg", "ovs_dbg.ofparse", "ovs_dbg.vendor.ovs"]
include=["ovs_dbg", "ovs_dbg.ofparse", "ovs_dbg.vendor.ovs.flow"]
),
setup_requires=setup_requirements,
scripts=[
Expand Down

0 comments on commit 193d9e4

Please sign in to comment.