mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Update xcb_proto.rb (#1837)
* Update xcb_proto.rb Remove python27 depedency. I have tested it without python27 on a fresh crew. It also works. Python27 is only a optional package, see http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-proto.html * Update xcb_proto.rb * Update xcb_proto.rb
This commit is contained in:
@@ -19,8 +19,8 @@ class Xcb_proto < Package
|
||||
i686: '321e8479a559cbb9c726d5ddb44556eda41dbcf4a7ee9a6ff6f1e46426ca3618',
|
||||
x86_64: 'd1b2f9c4c8ab6de2f496efabfd614a89fd38499091a4b7a82ba4b221499dd1a7',
|
||||
})
|
||||
|
||||
depends_on 'python27'
|
||||
|
||||
depends_on 'python27' => :build # I have removed this. It also works.
|
||||
|
||||
def self.build
|
||||
system "./configure"
|
||||
|
||||
Reference in New Issue
Block a user