fix: cleanup some python packages (#8631)

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen Zimmerman
2025-12-25 22:33:27 -06:00
committed by GitHub
parent 1991f966c5
commit 13ad7015b0
4 changed files with 3 additions and 14 deletions
+1 -5
View File
@@ -3,15 +3,13 @@
Name: python-%{pypi_name}
Version: 0.4.0
Release: 2%?dist
Release: 3%?dist
Summary: Python package for writing Value Change Dump (VCD) files
License: MIT
URL: https://github.com/SanDisk-Open-Source/pyvcd
Source0: %url/releases/download/%version/pyvcd-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3
BuildRequires: python3.10
BuildRequires: python3-build
BuildRequires: python3-installer
BuildRequires: python3-wheel
@@ -48,8 +46,6 @@ Provides: pyvcd
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.rst CODE_OF_CONDUCT.md CHANGELOG.rst
%license LICENSE.txt
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
%python3_sitelib/pyvcd-%version.dist-info/*
%changelog