17
0

Fix reference to the upstream ticket

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=22
This commit is contained in:
2022-11-12 13:59:59 +00:00
committed by Git OBS Bridge
parent 13ec9f8f58
commit 6cd22917c7
2 changed files with 2 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ who write applications for embedded products.
%install
%pyproject_install
# mv because of https://community.platformio.org/t/installs-scripts-directory-to-the-global-namespace/30396
# mv because of gh#platformio/platformio-core#4458
%{python_expand mv %{buildroot}%{$python_sitelib}/scripts %{buildroot}%{$python_sitelib}/platformio
%fdupes %{buildroot}%{$python_sitelib}
}