boost-python: deprecate
boost-python uses Python 2, which is no longer supported. The alias to boost-python has also been removed. It uses the wrong version and is no longer needed. Closes #66792. Signed-off-by: Francois-Xavier Coudert <fxcoudert@gmail.com>master
parent
01a0f862d5
commit
5995207750
|
@ -1 +0,0 @@
|
|||
../Formula/boost-python.rb
|
|
@ -14,6 +14,8 @@ class BoostPython < Formula
|
|||
sha256 "7300cdd1653d195336215d7c2374377e575f770b8b37ac6722abf41b65a86c46" => :high_sierra
|
||||
end
|
||||
|
||||
deprecate! date: "2020-01-01", because: "uses Python 2, which is no longer supported"
|
||||
|
||||
depends_on "boost"
|
||||
depends_on :macos # Due to Python 2
|
||||
|
||||
|
|
Loading…
Reference in New Issue