We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e09bd4 commit e0c6419Copy full SHA for e0c6419
rpm/dsc-datatool.spec
@@ -12,6 +12,7 @@ Source0: https://github.com/DNS-OARC/dsc-datatool/archive/v%{version}.tar
12
13
BuildArch: noarch
14
15
+BuildRequires: python3-devel
16
BuildRequires: python3-setuptools
17
%if 0%{?suse_version} || 0%{?sle_version}
18
BuildRequires: python3-maxminddb
@@ -51,7 +52,7 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
51
52
%files
53
%license LICENSE
54
%{_bindir}/dsc-datatool
-%{python3_sitelib}/*
55
+%{python3_sitelib}/dsc_datatool*
56
57
58
%files doc
0 commit comments