Skip to content

Commit 99f38dd

Browse files
committed
remove the hyphen replacement #340
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent acf6801 commit 99f38dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_rpm_docker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def build_rpm_with_docker():
3131

3232
pkg_name = project['name']
3333
# Insert "python3-"" prefix that follows a common convention for Python RPMs
34-
# rpm_name = f"python3-{pkg_name.lower().replace('-', '_')}"
3534
rpm_name = f"python3-{pkg_name.lower()}"
3635

3736
docker_cmd = [

0 commit comments

Comments
 (0)