forked from pool/python-huey
- Fix shebang for $python_sitelib/huey/bin/huey_consumer.py
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-huey?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 11:03:56 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Fix shebang for $python_sitelib/huey/bin/huey_consumer.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 21:50:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-huey
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -50,8 +50,12 @@ huey, a little task queue
|
||||
%pyproject_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/huey_consumer.py
|
||||
%python_clone -a %{buildroot}%{_bindir}/huey_consumer
|
||||
%python_expand sed -i 's/env python/python/' %{buildroot}%{$python_sitelib}/huey/bin/huey_consumer.py
|
||||
%python_expand chmod 755 %{buildroot}%{$python_sitelib}/huey/bin/huey_consumer.py
|
||||
|
||||
%{python_expand #
|
||||
chmod 755 %{buildroot}%{$python_sitelib}/huey/bin/huey_consumer.py
|
||||
%{$python_fix_shebang_path %{buildroot}%{$python_sitelib}/huey/bin/huey_consumer.py}
|
||||
}
|
||||
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
# all checks need a running REDIS instance
|
||||
|
||||
Reference in New Issue
Block a user