forked from rpms/stratis-cli
Remove semantic_version and wcwidth dependencies from setup.py
- Remove semantic_version and wcwidth dependencies from setup.py - Resolves: rhbz#1976731 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
fb850da97b
commit
d384e54762
11
remove-semantic_version-and-wcwidth-deps.patch
Normal file
11
remove-semantic_version-and-wcwidth-deps.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- setup.py.orig 2021-06-28 12:47:21.861294270 -0400
|
||||||
|
+++ setup.py 2021-06-28 12:47:36.575294270 -0400
|
||||||
|
@@ -51,8 +51,6 @@ setuptools.setup(
|
||||||
|
"justbytes>=0.14",
|
||||||
|
"psutil",
|
||||||
|
"python-dateutil",
|
||||||
|
- "semantic_version",
|
||||||
|
- "wcwidth",
|
||||||
|
],
|
||||||
|
package_dir={"": "src"},
|
||||||
|
packages=setuptools.find_packages("src"),
|
@ -1,11 +1,12 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 2.4.2
|
Version: 2.4.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Command-line tool for interacting with the Stratis daemon
|
Summary: Command-line tool for interacting with the Stratis daemon
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/stratis-storage/stratis-cli
|
URL: https://github.com/stratis-storage/stratis-cli
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
Patch0: remove-semantic_version-and-wcwidth-deps.patch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -61,6 +62,10 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 28 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-3
|
||||||
|
- Remove semantic_version and wcwidth dependencies from setup.py
|
||||||
|
- Resolves: rhbz#1976731
|
||||||
|
|
||||||
* Thu Jun 17 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-2
|
* Thu Jun 17 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-2
|
||||||
- Remove unnecessary keyutils Requires line
|
- Remove unnecessary keyutils Requires line
|
||||||
- Resolves: rhbz#1914316
|
- Resolves: rhbz#1914316
|
||||||
|
Loading…
Reference in New Issue
Block a user