Remove python3-packaging from dependencies

Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
This commit is contained in:
Rafal Stefanowski 2022-08-30 16:14:40 +02:00
parent 8df4bffafc
commit 8cadcb5c0e
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
attotime>=0.2.0 attotime>=0.2.0
schema==0.7.2 packaging>=20.3
recordclass>=0.8.4
pytest-asyncio>=0.14.0 pytest-asyncio>=0.14.0
recordclass>=0.8.4
schema==0.7.2

View File

@ -9,7 +9,7 @@ Vcs-Git: <CAS_GIT>
Package: <CAS_NAME> Package: <CAS_NAME>
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-packaging, python3-yaml, Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-yaml,
<CAS_NAME>-modules (= <CAS_VERSION>-1) <CAS_NAME>-modules (= <CAS_VERSION>-1)
Description: Open Cache Acceleration Software Description: Open Cache Acceleration Software
Open Cache Acceleration Software (Open CAS) is an open source project Open Cache Acceleration Software (Open CAS) is an open source project

View File

@ -27,7 +27,7 @@ URL: <CAS_HOMEPAGE>
Source0: https://github.com/Open-CAS/open-cas-linux/releases/download/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/Open-CAS/open-cas-linux/releases/download/v%{version}/%{name}-%{version}.tar.gz
Packager: <PACKAGE_MAINTAINER> Packager: <PACKAGE_MAINTAINER>
BuildRequires: coreutils, gawk, gcc, kernel-devel, kernel-headers, make BuildRequires: coreutils, gawk, gcc, kernel-devel, kernel-headers, make
Requires: <CAS_NAME>-modules-%{version}, python3, sed, python3-packaging, python3-PyYAML Requires: <CAS_NAME>-modules-%{version}, python3, sed, python3-PyYAML
%description %description
Open Cache Acceleration Software (Open CAS) is an open source project Open Cache Acceleration Software (Open CAS) is an open source project
encompassing block caching software libraries, adapters, tools and more. encompassing block caching software libraries, adapters, tools and more.