14
0

- Use %autosetup macro instead

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-schedule?expand=0&rev=11
This commit is contained in:
2021-09-09 11:43:26 +00:00
committed by Git OBS Bridge
parent 27cd7b10bc
commit 04d5782200
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 9 11:43:19 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Use %autosetup macro instead
-------------------------------------------------------------------
Wed Sep 8 08:54:38 UTC 2021 - pgajdos@suse.com

View File

@@ -39,8 +39,7 @@ pattern for configuration. Schedule lets the user run Python functions
(or any other callable) periodically at pre-determined intervals.
%prep
%setup -q -n schedule-%{version}
%patch0 -p1
%autosetup -p1 -n schedule-%{version}
%build
%python_build