1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-10-05 08:59:19 +02:00

bugfix for broken canonname

b'name'-b'version'-b'release'-b'arch'.rpm --> name-version-release-arch.rpm

* switch shebang to #!/usr/bin/python3 for osc-wrapper.py
* switch regex string to b''
This commit is contained in:
lethliel
2019-02-14 15:05:07 +01:00
parent 212213512d
commit 7dba86ce41
4 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
# this wrapper exists so it can be put into /usr/bin, but still allows the
# python module to be called within the source directory during development