Skip to content

Commit ee55bac

Browse files
committed
Update copr makefile
1 parent 79b097b commit ee55bac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.copr/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
srpm:
2-
dnf install -y python2
3-
sed "s/name='requests-gssapi'/name='python-requests-gssapi'/" setup.py > .copr/setup.py
4-
python .copr/setup.py bdist_rpm --source-only --dist-dir "$(outdir)" --build-requires=python-setuptools
2+
dnf install -y python3
3+
sed "s/name='httpx-gssapi'/name='python-httpx-gssapi'/" setup.py > .copr/setup.py
4+
python3 .copr/setup.py bdist_rpm --source-only --dist-dir "$(outdir)" --build-requires=python-setuptools

0 commit comments

Comments
 (0)