Merge pull request #238 from sohorx/fix/gvgen_dependency

gvgen: fix module dependency
This commit is contained in:
Julien Fortin 2022-05-31 15:28:20 +02:00 committed by GitHub
commit 2558bf4fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
debian/control vendored
View File

@ -17,7 +17,7 @@ Architecture: all
Provides: ifupdown Provides: ifupdown
Conflicts: ifupdown Conflicts: ifupdown
Replaces: ifupdown Replaces: ifupdown
Depends: ${python3:Depends}, ${misc:Depends}, iproute2 Depends: ${python3:Depends}, ${misc:Depends}, python3-six, iproute2
Suggests: isc-dhcp-client, bridge-utils, ethtool, python3-gvgen, python3-mako Suggests: isc-dhcp-client, bridge-utils, ethtool, python3-gvgen, python3-mako
Description: Network Interface Management tool similar to ifupdown Description: Network Interface Management tool similar to ifupdown
ifupdown2 is ifupdown re-written in Python. It replaces ifupdown and provides ifupdown2 is ifupdown re-written in Python. It replaces ifupdown and provides