14
0

Accepting request 805580 from home:alarrosa:branches:devel:languages:python

- Re-download source package which changed the topdir name

OBS-URL: https://build.opensuse.org/request/show/805580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyQRCode?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-05-14 11:31:20 +00:00
committed by Git OBS Bridge
parent 11447323cd
commit 6de876b38f
3 changed files with 8 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ BuildArch: noarch
The PyQRCode module is a QR code generator that is simple to use and written in pure python. The module can automates most of the building process for creating QR codes. Most codes can be created using only two lines of code!
%prep
%setup -q -n pyqrcode-%{version}
%setup -q -n pyqrcodeNG-%{version}
sed -i -e '1{\@^#!%{_bindir}/env python@d}' pyqrcode/{cli,qrspecial}.py
%build