14
0

- Fix incorrect removal of shebangs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=37
This commit is contained in:
2024-12-05 09:53:40 +00:00
committed by Git OBS Bridge
parent c8de4cf5fe
commit b3651f2b14
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 5 09:53:32 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Fix incorrect removal of shebangs
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 5 06:41:14 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de> Thu Dec 5 06:41:14 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -60,7 +60,7 @@ Included are routines for:
%prep %prep
%autosetup -p1 -n netaddr-%{version} %autosetup -p1 -n netaddr-%{version}
sed -i "1d" netaddr/{cli,ip/iana,eui/ieee,tests/__init__}.py # Fix non-executable scripts sed -i "1{\@/usr/bin/env python@d}" netaddr/{cli,ip/iana,eui/ieee}.py # Fix non-executable scripts
%build %build
%pyproject_wheel %pyproject_wheel