Merge pull request #1330 from rafalste/update_dependencies

Remove python3-packaging from dependencies
This commit is contained in:
Robert Baldyga 2022-09-02 15:49:55 +02:00 committed by GitHub
commit 787baf322e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.