Skip to content

Commit b8794f8

Browse files
authored
Merge pull request #251219 from branchvincent/gpgmepy
gpgmepy: remove no-op `--use-pep517`
2 parents f243137 + 48989c4 commit b8794f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/g/gpgmepy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def install
3737
# https://dev.gnupg.org/T6784
3838
inreplace "Makefile.in",
3939
/^\s*\$\$PYTHON setup\.py\s*\\/,
40-
"$$PYTHON -m pip install --use-pep517 #{std_pip_args.join(" ")} . && : \\"
40+
"$$PYTHON -m pip install #{std_pip_args.join(" ")} . && : \\"
4141

4242
system "./configure", *std_configure_args
4343
system "make", "COPY_FILES="

0 commit comments

Comments
 (0)