15
0

Fix build failure: %{py_ver} doesn't work, %{py3_ver} does.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=7
This commit is contained in:
2018-12-26 22:43:43 +00:00
committed by Git OBS Bridge
parent 8ccb5dbca8
commit 2e29e367d3
2 changed files with 7 additions and 1 deletions

View File

@@ -63,6 +63,6 @@ multi-room setups with Audio cast devices.
%license LICENSE
%doc README.rst
%{python_sitelib}/pychromecast
%{python_sitelib}/PyChromecast-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/PyChromecast-%{version}-py%{py3_ver}.egg-info
%changelog