From 8cadcb5c0eba504b46671673aca973787f28fee1 Mon Sep 17 00:00:00 2001 From: Rafal Stefanowski Date: Tue, 30 Aug 2022 16:14:40 +0200 Subject: [PATCH] Remove python3-packaging from dependencies Signed-off-by: Rafal Stefanowski --- test/functional/requirements.txt | 5 +++-- tools/pckgen.d/deb/debian/control | 2 +- tools/pckgen.d/rpm/CAS_NAME.spec | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/test/functional/requirements.txt b/test/functional/requirements.txt index 79fc3de..dbc13ee 100644 --- a/test/functional/requirements.txt +++ b/test/functional/requirements.txt @@ -1,4 +1,5 @@ attotime>=0.2.0 -schema==0.7.2 -recordclass>=0.8.4 +packaging>=20.3 pytest-asyncio>=0.14.0 +recordclass>=0.8.4 +schema==0.7.2 diff --git a/tools/pckgen.d/deb/debian/control b/tools/pckgen.d/deb/debian/control index fe4fa99..5cb6d12 100644 --- a/tools/pckgen.d/deb/debian/control +++ b/tools/pckgen.d/deb/debian/control @@ -9,7 +9,7 @@ Vcs-Git: Package: Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-packaging, python3-yaml, +Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-yaml, -modules (= -1) Description: Open Cache Acceleration Software Open Cache Acceleration Software (Open CAS) is an open source project diff --git a/tools/pckgen.d/rpm/CAS_NAME.spec b/tools/pckgen.d/rpm/CAS_NAME.spec index c23f70d..c05d03c 100644 --- a/tools/pckgen.d/rpm/CAS_NAME.spec +++ b/tools/pckgen.d/rpm/CAS_NAME.spec @@ -27,7 +27,7 @@ URL: Source0: https://github.com/Open-CAS/open-cas-linux/releases/download/v%{version}/%{name}-%{version}.tar.gz Packager: BuildRequires: coreutils, gawk, gcc, kernel-devel, kernel-headers, make -Requires: -modules-%{version}, python3, sed, python3-packaging, python3-PyYAML +Requires: -modules-%{version}, python3, sed, python3-PyYAML %description Open Cache Acceleration Software (Open CAS) is an open source project encompassing block caching software libraries, adapters, tools and more.