3fca5cc3a5
Add python3 support OBS-URL: https://build.opensuse.org/request/show/149449 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-git?expand=0&rev=7
5 lines
215 B
Bash
5 lines
215 B
Bash
#!/bin/sh
|
|
|
|
sed 's,build_for_python3 0,build_for_python3 1,;s,^\(Name: *\)python-,\1python3-,' python-setuptools-git.spec > python3-setuptools-git.spec
|
|
cp python-setuptools-git.changes python3-setuptools-git.changes
|