diff options
author | CoprDistGit <infra@openeuler.org> | 2025-09-17 11:34:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-09-17 11:34:11 +0000 |
commit | 49ff296d65f843633892d9f14c3e6bb3d27188cc (patch) | |
tree | 441ba2690ab2a60a312d128eb1e3c4dcb45a7d23 /aops-zeus.spec | |
parent | 471ae3421fb1af3119c8d0d0665a0941af51f784 (diff) |
automatic import of aops-zeusopeneuler24.03_LTS_SP1
Diffstat (limited to 'aops-zeus.spec')
-rw-r--r-- | aops-zeus.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aops-zeus.spec b/aops-zeus.spec index 489ccc8..efc915b 100644 --- a/aops-zeus.spec +++ b/aops-zeus.spec @@ -124,6 +124,9 @@ pushd distribute-service %py3_install popd +find %{buildroot} -type d -name "__pycache__" -exec rm -rf {} + +find %{buildroot} -name "*.pyc" -delete + %files %doc README.* %{python3_sitelib}/aops_zeus*.egg-info |