diff options
author | John Estabrook <jestabro@vyos.io> | 2023-04-24 11:28:42 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-04-24 11:47:20 -0500 |
commit | 8b752f958176ca579cf780175b3f9ee3617ab481 (patch) | |
tree | 2444e54089304e70668bcd361842bb951d1e541c /debian | |
parent | 3911268c4ed746f303b43b0d701c4c1bd13617f9 (diff) | |
download | vyos-http-api-tools-8b752f958176ca579cf780175b3f9ee3617ab481.tar.gz vyos-http-api-tools-8b752f958176ca579cf780175b3f9ee3617ab481.zip |
http-api: T5176: update changelog; remove unneeded dependencies
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 47ccddf..8df230a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyos-http-api-tools (2.1) unstable; urgency=medium + + * Update version of FastAPI to 0.92.0 + * Drop unneeded dependencies + + -- VyOS maintainers and contributors <maintainers@vyos.io> Mon, 24 Apr 2023 11:31:52 -0500 + vyos-http-api-tools (0.2.0-1.1) unstable; urgency=medium * Add sgqlc diff --git a/debian/control b/debian/control index d746f76..b5c880b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 10), python3-setuptools, dh-virtualenv (>= 1.0), python3-pip, - python3-dev, python3-venv Standards-Version: 3.9.6 |