We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f243137 + 48989c4 commit b8794f8Copy full SHA for b8794f8
Formula/g/gpgmepy.rb
@@ -37,7 +37,7 @@ def install
37
# https://dev.gnupg.org/T6784
38
inreplace "Makefile.in",
39
/^\s*\$\$PYTHON setup\.py\s*\\/,
40
- "$$PYTHON -m pip install --use-pep517 #{std_pip_args.join(" ")} . && : \\"
+ "$$PYTHON -m pip install #{std_pip_args.join(" ")} . && : \\"
41
42
system "./configure", *std_configure_args
43
system "make", "COPY_FILES="
0 commit comments