Skip to content

Commit 83195ca

Browse files
committed
Update charon.spec to remove transitive deps
1 parent 2af937b commit 83195ca

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

charon.spec

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global owner Commonjava
22
%global modulename charon
33

4-
%global charon_version 1.2.2
4+
%global charon_version 1.3.2
55
%global sdist_tar_name %{modulename}-%{charon_version}
66

77
%global python3_pkgversion 3
@@ -23,33 +23,17 @@ BuildArch: x86_64
2323
BuildRequires: python%{python3_pkgversion}-setuptools
2424
BuildRequires: python%{python3_pkgversion}-devel
2525

26+
Requires: python%{python3_pkgversion}-jinja2
2627
Requires: python%{python3_pkgversion}-boto3
2728
Requires: python%{python3_pkgversion}-botocore
28-
Requires: python%{python3_pkgversion}-jinja2
29-
Requires: python%{python3_pkgversion}-markupsafe
30-
Requires: python%{python3_pkgversion}-dateutil
31-
Requires: python%{python3_pkgversion}-six
32-
Requires: python%{python3_pkgversion}-jmespath
33-
Requires: python%{python3_pkgversion}-urllib3
34-
Requires: python%{python3_pkgversion}-s3transfer
3529
Requires: python%{python3_pkgversion}-click
3630
Requires: python%{python3_pkgversion}-requests
37-
Requires: python%{python3_pkgversion}-idna
38-
Requires: python%{python3_pkgversion}-chardet
39-
Requires: python%{python3_pkgversion}-cryptography
40-
Requires: python%{python3_pkgversion}-cffi
41-
Requires: python%{python3_pkgversion}-pycparser
42-
Requires: python%{python3_pkgversion}-certifi
43-
Requires: python%{python3_pkgversion}-pyOpenSSL
44-
Requires: python%{python3_pkgversion}-ruamel-yaml
31+
Requires: python%{python3_pkgversion}-pyyaml
4532
Requires: python%{python3_pkgversion}-defusedxml
46-
Requires: python%{python3_pkgversion}-semantic-version
4733
Requires: python%{python3_pkgversion}-subresource-integrity
4834
Requires: python%{python3_pkgversion}-jsonschema
49-
Requires: python%{python3_pkgversion}-importlib-metadata
50-
Requires: python%{python3_pkgversion}-zipp
51-
Requires: python%{python3_pkgversion}-attrs
52-
Requires: python%{python3_pkgversion}-pyrsistent
35+
Requires: python%{python3_pkgversion}-urllib3
36+
Requires: python%{python3_pkgversion}-semantic-version
5337

5438
%description
5539
Simple Python tool with command line interface for charon init,

0 commit comments

Comments
 (0)