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.
--use-pep517
1 parent 583feb6 commit 48989c4Copy full SHA for 48989c4
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