17
0

Accepting request 690278 from devel:languages:python

- Sort out with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/690278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQRCode?expand=0&rev=2
This commit is contained in:
2019-04-01 10:40:52 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 1 08:43:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Sort out with spec-cleaner
-------------------------------------------------------------------
Mon Mar 25 17:35:15 CET 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -34,9 +34,9 @@ BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
Requires(post): update-alternatives
Requires(postun): update-alternatives
%python_subpackages
%description
@@ -44,7 +44,7 @@ The PyQRCode module is a QR code generator that is simple to use and written in
%prep
%setup -q -n pyqrcode-%{version}
sed -i -e '1{\@^#!/usr/bin/env python@d}' pyqrcode/{cli,qrspecial}.py
sed -i -e '1{\@^#!%{_bindir}/env python@d}' pyqrcode/{cli,qrspecial}.py
%build
%python_build